Archive for the ssl Category

How to check if a domain is in a SSL certificate

Friday, October 9th, 2020 | Permalink

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.