我得到了一个证书.crt、中间证书.crt、根证书. crt和一个私钥。我通过将中间证书和根证书合并在一起创建了一个新的证书文件,并运行了以下命令将它们转换为一个PFX,看起来已经工作了。
openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt -certfile rootca.crt
然后,我已将PFX上载到Azure应用程序网关。当我尝试转到该URL时,收到以下错误502错误网关。
检查网关的运行状况时,我收到以下错误:
The root certificate of the server certificated used by the backend does not match the trusted root certificate added to the application gateway. Ensure that you add the correct root certificate to whitelist the backend.
我遇到的问题是我无法访问Linux后端服务器,而且我对Linux也没有信心,所以我不确定证书是否在后端正确创建。我的问题是,我是否使用上面提到的OPENSSL命令正确创建了证书?
1条答案
按热度按时间hfyxw5xn1#
*步骤-1
*步骤2
CER & PFX
认证的出口参考摘自MS-Doc