Skip to content

Instantly share code, notes, and snippets.

@akrabat
Created May 17, 2016 14:09
Show Gist options
  • Save akrabat/f0523f6562182a7d29cf8652f78f5bd0 to your computer and use it in GitHub Desktop.
Save akrabat/f0523f6562182a7d29cf8652f78f5bd0 to your computer and use it in GitHub Desktop.
Get an SSL cert using the command line
echo | openssl s_client -showcerts -servername mozilla.org -connect mozilla.org:443 2>/dev/null | openssl x509 -inform pem -noout -text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment