linux 第31章 ssl证书互转 linux 第31章 ssl证书互转

2021-06-30

1、pfx 转 pem

openssl pkcs12 -in test.pfx -nodes -out test.pem

2、crt 转 pem

openssl x509 -in test.crt -out test.pem

3、cer 转 pem

openssl x509 -inform der -in test.cer -out test.pem

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开微信扫一扫,即可进行扫码打赏哦

阅读 1074

linux文章

带到手机上看