CRT和PEM格式证书转换

crt转pem格式

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

pem转key格式

openssl rsa -in mycert.pem -out mycert.key

 

posted @ 2021-11-17 12:14  幻月无名  阅读(1946)  评论(0编辑  收藏  举报