Created
January 16, 2014 23:25
-
-
Save synackme/8465486 to your computer and use it in GitHub Desktop.
Convert a PKCS#12 file (.pfx .p12) containing a private key and certificates to PEM
This file contains hidden or 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 -in keyStore.pfx -out keyStore.pem -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment