Below one connects to the SSL port 443 and shows detailed info for plain old RSA certs (replace github.com
with the domain to test):
echo | openssl s_client -connect github.com:443 2>/dev/null | openssl x509 -text
Below one connects to the SSL port 443 and shows detailed info for plain old RSA certs (replace github.com
with the domain to test):
echo | openssl s_client -connect github.com:443 2>/dev/null | openssl x509 -text