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
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