Skip to content

Instantly share code, notes, and snippets.

@whomwah
Last active April 11, 2019 08:10
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 whomwah/1753130 to your computer and use it in GitHub Desktop.
Save whomwah/1753130 to your computer and use it in GitHub Desktop.
Converting .p12 certs to .pem #unix
$ openssl pkcs12 -nodes -in /path/to/my/cert.p12 -out /pathto/my/cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment