Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Created July 15, 2013 14:16
Show Gist options
  • Save smirn0v/6000265 to your computer and use it in GitHub Desktop.
Save smirn0v/6000265 to your computer and use it in GitHub Desktop.
download ssl cert
echo "HEAD / HTTP/1.0\n Host: example.com:443\n\n EOT\n" | openssl s_client -prexit -connect example.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment