Skip to content

Instantly share code, notes, and snippets.

@notesbytom
Created October 25, 2017 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notesbytom/8850c2384980b31ccf2f94979575f93a to your computer and use it in GitHub Desktop.
Save notesbytom/8850c2384980b31ccf2f94979575f93a to your computer and use it in GitHub Desktop.
Verify TLS SSL Certificate with OpenSSL
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