openssl

View SSL certificate details

openssl x509 -in ssl.crt -text -noout

To get SSL certificate details of a web site

timeout 5 echo QUIT | openssl s_client -connect serverok.in:443 2>&1 | openssl x509 -noout -text

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *