Skip to content

Instantly share code, notes, and snippets.

@zombieJ
Created June 30, 2017 14:49
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 zombieJ/9f1723a7cb005d44968474a49cb37315 to your computer and use it in GitHub Desktop.
Save zombieJ/9f1723a7cb005d44968474a49cb37315 to your computer and use it in GitHub Desktop.
pfx to cert & key
openssl pkcs12 -in certname.pfx -nocerts -out key.pem -nodes
openssl pkcs12 -in certname.pfx -nokeys -out cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment