This is an old revision of the document!


Check SSL Certs

openssl x509 -noout -text -in file.crt
openssl s_client -showcerts -servername example.com -connect example.com:443 2>/dev/null | openssl x509 -inform pem -noout -text
Navigation
Print/export
QR Code
QR Code wiki:ssl (generated for current page)