OpenSSL
Check certificate contents
openssl x509 -in certfile.(pem/crt) -text -noout [-inform DER]Check if certificate is valid
openssl verify certfile.(pem/crt)Check if website is serving a valid certificate
openssl s_client -connect mysite.com:443Last updated
Was this helpful?