Created
June 22, 2018 18:12
-
-
Save enesser/59e8016dbcffda5865a72f0c5286829d to your computer and use it in GitHub Desktop.
Show SSL certificate information via OpenSSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ echo | openssl s_client -showcerts -servername google.com -connect google.com:443 2>/dev/null | openssl x509 -inform pem -noout -tex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment