Skip to content

Instantly share code, notes, and snippets.

@thikade
Last active February 13, 2017 13:37
Show Gist options
  • Save thikade/742a5bb85e49fd2cef767bfeb7415db7 to your computer and use it in GitHub Desktop.
Save thikade/742a5bb85e49fd2cef767bfeb7415db7 to your computer and use it in GitHub Desktop.
OpenSSL Hintsheet

List ciphers

openssl ciphers -V

Extract Private Key

openssl pkcs12 -in key.p12 -passin pass:*** -passout pass: -nocerts -out key.pem -nodes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment