How to check if a domain is in a SSL certificate

Quite simple, using openssl:

openssl s_client -verify_hostname example.com -connect domain.com:993

This will show if a domain is in that certificate.

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.