LetsEncryptWebApp
LetsEncryptWebApp copied to clipboard
Error with saving / uploading new certs
Great script, but I hit a couple of issues as new user...
-
When saving the cert, you get an error if the "C:/temp" dir doesn't already exist.
mkdir C:/temp -
Getting error message
New-AzureRmWebAppSSLBinding Certificate {thumbprint} was not found.
Workaround for now is to open web app in Azure portal. Then under SSL settings section:
- Upload your
C:/temp/*.cerinto Private Certificates (.pfx) section - Then in Bindings > Add SSL Binding with SSL type "SNI SLL"