HostOnNet Blog

Find SSL certificate details with OpenSSL

Looking for Linux Server Admin or WordPress Expert? We can help.

If you have .crt file, you can find more details about the certificate with command

openssl x509 -text -noout -in certificate.crt

To get details of SSL installed on a web site, use

openssl s_client -showcerts -connect domain.com:443

Posted in Linux

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.