Skip to content

Instantly share code, notes, and snippets.

@wils0ns
Created March 26, 2018 16:04
Show Gist options
  • Save wils0ns/dbe624f9d0539bf3b147cff045de471f to your computer and use it in GitHub Desktop.
Save wils0ns/dbe624f9d0539bf3b147cff045de471f to your computer and use it in GitHub Desktop.
download cert from https server
openssl s_client -showcerts -connect example.com:443 </dev/null 2>/dev/null|openssl x509 >the_cert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment