Linux : How to get SSL certificate data from terminal

By | October 25, 2015

You can get the SSL certificate informations of a local or remote site using the terminal and OpenSSL with the following command :

echo quit | openssl s_client -connect  domain.tld:443