Created
May 4, 2017 13:34
-
-
Save saniaky/7fe9c245209403b2ab567e437b9882aa to your computer and use it in GitHub Desktop.
Check remote server SSL certificate
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
true | openssl s_client -connect site.com:443 -servername site.com | openssl x509 -noout -text | grep DNS: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment