Default openssl小小使用 查看ssl证书详细信息 1 2 3 openssl x509 -in /path/to/public.crt -text -noout openssl ec -in /path/to/private.key -text -noout 比如快速查找包含的域名 1 openssl x509 -in cert.pem -text -noout | grep seektao.cc