This is an old revision of the document!
Table of Contents
Info SSL Certs
openssl x509 -noout -text -in example.crt openssl s_client -showcerts -servername example.com -connect example.com:443 2>/dev/null | openssl x509 -inform pem -noout -text
Info SSL CSR
openssl req -noout -text -in example.com.csr
Validate SSL Key|Cert
openssl x509 -noout -modulus -in example.com.key|openssl md5; openssl rsa -noout -modulus -in example.com.pem|openssl md5