Azure SSL Certificate

前端 未结 2 1652
故里飘歌
故里飘歌 2021-01-21 03:01

I am running into an issue when uploading my SSL certificate to Azure. I have a premium certificate from GoDaddy that has been running in IIS for the past year. As we are migrat

相关标签:
2条回答
  • 2021-01-21 03:37

    So I got the certificate uploaded. The new Azure portal failed, so for a long shot, I tried the old portal which uploaded it without any issues.

    Hopefully this helps someone else out in the future.

    0 讨论(0)
  • 2021-01-21 03:59

    I had a similar issue using the "https://portal.azure.com" trying the approach "App Service - "your app service" - ssl certificates - upload certificate"

    When I tried to upload a certificate PFX file nothing happend, no error message, nothing.

    The workaround I found was to re-generate the PFX file using openssl and this time add a short and simple password.

    "openssl pkcs12 -export -out certificate.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem"

    Hope this helps

    0 讨论(0)
提交回复
热议问题