标签:输入 openssl 保护 x509 out elf 提示 发布 pen
查看证书
openssl rsa -noout -text -in myserver.key
openssl req -noout -text -in myserver.csr
openssl x509 -noout -text -in ca.crt
会提示self signed
openssl verify selfsign.crt
openssl verify -CAfile ca.crt myserver.crt
每次都要输入密码太繁琐,把Key的保护密码去掉
openssl rsa -in myserver.key -out server.key.insecure
标签:输入 openssl 保护 x509 out elf 提示 发布 pen
原文地址:https://www.cnblogs.com/Aaron-23/p/13650779.html