Skip to content

Instantly share code, notes, and snippets.

@darvin
Last active December 14, 2015 02:59
Show Gist options
  • Save darvin/5017692 to your computer and use it in GitHub Desktop.
Save darvin/5017692 to your computer and use it in GitHub Desktop.
P12 to key/certificate PEMs
openssl pkcs12 -nocerts -in mycert.p12 -out userkey.pem -nodes
openssl pkcs12 -clcerts -nokeys -in mycert.p12 -out usercert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment