sh Goddady SSL / TSL证书(P7B + CRT)到Azure PFX证书

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Goddady SSL / TSL证书(P7B + CRT)到Azure PFX证书相关的知识,希望对你有一定的参考价值。

# Required files:
# domain.crt and godaddy.p7b: provided by Godaddy when exporting
# private.key: self-generated file that was needed to create CSR (Certificate signing request)

$ openssl pkcs12 -export -in domain.crt -inkey private.key -certfile godaddy.p7b -out domain.pfx

# or if you need intermediate .cer instead of .p7b
$ openssl pkcs7 -print_certs -in godaddy.p7b -out godaddy.crt
$ openssl pkcs12 -export -in domain.crt -inkey private.key -certfile godaddy.cer -out domain.pfx

# the password asked by the command will be used when uploading the pfx to Azure 

以上是关于sh Goddady SSL / TSL证书(P7B + CRT)到Azure PFX证书的主要内容,如果未能解决你的问题,请参考以下文章

阿里云和腾讯云免费SSL证书

SSL/TSL证书相关

如何在AWS中为自己的S3托管站点添加SSL/TSL证书(https)

request发送HTTPS请求(处理SSL证书验证)

HTTPS-SSL/TSL与SNI的关系以及同IP多域名虚拟主机的SSL/TSL认证

[接口测试_B] 10 requests处理SSL证书验证