Quantcast
Channel: Howtos & more …– LANbugs
Viewing all articles
Browse latest Browse all 144

Check certificate subject alternative names

$
0
0

The title says everything …

From webserver:

openssl s_client -connect example.org:443 | openssl x509 -noout -text | grep DNS:

And from file:

openssl x509 -noout -text -in cert.pem | grep DNS:

 


Viewing all articles
Browse latest Browse all 144