Created
January 15, 2017 02:37
-
-
Save SomeClown/f0b39a8ee3b9d03819c1436945d04980 to your computer and use it in GitHub Desktop.
openssl command to pull certificates from mail server
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
openssl s_client -showcerts -connect www.example.com:443 </dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment