转换 cer证书
openssl x509 -in ca.crt -out server.cer -outform der
查看详细信息
openssl x509 -in cert.pem -noout -text
letsencrypto nginx证书生成
pip install certbot-nginx
certbot --nginx -d jianshu.com [-d www.jianshu.com]
openssl x509 -in ca.crt -out server.cer -outform der
openssl x509 -in cert.pem -noout -text
pip install certbot-nginx
certbot --nginx -d jianshu.com [-d www.jianshu.com]
本文标题:ssl证书相关命令行
本文链接:https://www.haomeiwen.com/subject/azkwfhtx.html
网友评论