Display SAN of an SSL connections, example for google.com:
openssl s_client -host google.com -port 443 | openssl x509 -noout -ext subjectAltN
ame
Tips, tricks, how-to, tutorials – all about Information Technology – Since 2004
Display SAN of an SSL connections, example for google.com:
openssl s_client -host google.com -port 443 | openssl x509 -noout -ext subjectAltN
ame