美文网首页
使用openssl把pem证书转换为crt和key

使用openssl把pem证书转换为crt和key

作者: 小黑佬 | 来源:发表于2019-10-23 10:02 被阅读0次

    pem转crt格式

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

    pem转key格式

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

    相关文章

      网友评论

          本文标题:使用openssl把pem证书转换为crt和key

          本文链接:https://www.haomeiwen.com/subject/tzuhvctx.html