Azure SSL Certificate

拜拜、爱过 提交于 2019-12-02 01:05:58

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!