Inspect SSL Certificate
I needed to inspect the SSL certificate of my current employer using command line and found the following command to be handy:
openssl s_client -connect www.domain.com:443 > domain.crt
openssl s_client -connect www.domain.com:443 > domain.crt
Labels: openssl, ssl certificate






