Openssl分析证书信息:修订间差异
来自三线的随记
(创建页面,内容为“=== online === openssl s_client -showcerts -connect 192.168.101.225:36443 <br /> === file === ==== cert ==== openssl x509 -noout -text -in ca.crt ==== key ====…”) |
小无编辑摘要 |
||
第17行: | 第17行: | ||
openssl rsa -in server.key -out server.key.insecure | openssl rsa -in server.key -out server.key.insecure | ||
<br /> | <br /> | ||
[[ | [[category:Linux]] | ||
[[Category:Http]] |
2020年10月14日 (三) 10:56的版本
online
openssl s_client -showcerts -connect 192.168.101.225:36443
file
cert
openssl x509 -noout -text -in ca.crt
key
openssl rsa -noout -text -in myserver.key
csr
openssl req -noout -text -in myserver.csr
去掉key file 保护密码
openssl rsa -in server.key -out server.key.insecure