Skip to content

Instantly share code, notes, and snippets.

@SomeClown
Created January 15, 2017 02:37
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 SomeClown/f0b39a8ee3b9d03819c1436945d04980 to your computer and use it in GitHub Desktop.
Save SomeClown/f0b39a8ee3b9d03819c1436945d04980 to your computer and use it in GitHub Desktop.
openssl command to pull certificates from mail server
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