标签: azure ssl-certificate azure-web-app-service pfx
我尝试使用以下命令将pfx转换为pem。
但是我不知道在哪里获取密码。
openssl pkcs12 -in my-app-service-key.pfx -out server.pem -nodes -password "????"
我也尝试使用秘密值作为密码,但仍然失败