SSL - crt证书转换为pem格式

SSL - crt证书转换为pem格式

1. Linux 需要首先安装 openssl

yum install -y openssl 

2. 运行

openssl x509 -outform PEM -in certificate.crt -out certificate.pem 










posted @ 2024-03-12 14:30  炎黄子孙,龙的传人  阅读(423)  评论(0编辑  收藏  举报