Created
October 25, 2017 15:23
-
-
Save notesbytom/8850c2384980b31ccf2f94979575f93a to your computer and use it in GitHub Desktop.
Verify TLS SSL Certificate with OpenSSL
This file contains 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 "Q" | openssl s_client -connect "your.fqdn.com:443" \ | |
| openssl x509 -noout -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment