Last active
December 14, 2015 02:59
-
-
Save darvin/5017692 to your computer and use it in GitHub Desktop.
P12 to key/certificate PEMs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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