SSL证书格式转换

Posted 我的紫霞辣辣

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSL证书格式转换相关的知识,希望对你有一定的参考价值。

openssl命令将cer格式转换crt

如下两种方式进行尝试转换
openssl x509 -inform DER -in certificate.cer -out certificate.crt
openssl x509 -inform PEM -in certificate.cer -out certificate.crt

openssl命令将pfx格式转换key

openssl pkcs12 -in certificate.pfx -nocerts -nodes -out certificate.key

以上是关于SSL证书格式转换的主要内容,如果未能解决你的问题,请参考以下文章

SSL证书格式转换

[转]Apache的CRT格式SSL证书转换成IIS用的PFX格式

证书格式转换

.NET 6学习笔记——SSL证书的导出和格式转换

将.crt、.cer、.pfx、.p7b、.der的ssl证书转换成.pem格式

text 如何将.pfx SSL证书转换为.crt / key(pem)格式。对NGINX很有用