Openssl分析证书信息

来自三线的随记
Admin讨论 | 贡献2020年10月14日 (三) 10:54的版本 (创建页面,内容为“=== online === openssl s_client -showcerts -connect 192.168.101.225:36443 <br /> === file === ==== cert ==== openssl x509 -noout -text -in ca.crt ==== key ====…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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