Created
August 12, 2014 01:46
-
-
Save PhantomRay/4f8a93cf4c9859a93db2 to your computer and use it in GitHub Desktop.
Convert pfx to cer with no pass phrase using openssl. cert/key PEM is inside this file.
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 file.pfx -out certificate.cer -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment