Using octopus deploy script to create found websites here
I am trying to set up a website using SSL. I changed http -> https and the variable is set to this $MyWebAppIisBindings = "*:433:"
This script does everything to create a new site and deploy my application, except for installing a certificate.
I have one certificate called 'webserver' that can be selected from the combo box in the edit sites binding dialog box in IIS Manager 7. Selecting this manually does the SSL job as expected.
What Powershell cmdlet do I need to add to the deployment script to associate my certificate with my IIS binding?
(I'm a full Powershell noob, please don't think that I know anything about this in your answer)
EDIT: I progressed a bit, but I still lost
source share