ssl证书相关命令行

转换 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]

你可能感兴趣的:(ssl证书相关命令行)