LetsEncryptWebApp icon indicating copy to clipboard operation
LetsEncryptWebApp copied to clipboard

Error with saving / uploading new certs

Open deadlyfingers opened this issue 7 years ago • 0 comments

Great script, but I hit a couple of issues as new user...

  1. When saving the cert, you get an error if the "C:/temp" dir doesn't already exist. mkdir C:/temp

  2. 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:

  1. Upload your C:/temp/*.cer into Private Certificates (.pfx) section
  2. Then in Bindings > Add SSL Binding with SSL type "SNI SLL"

deadlyfingers avatar Sep 19 '18 10:09 deadlyfingers