Created
April 11, 2011 10:21
-
-
Save alotaiba/913324 to your computer and use it in GitHub Desktop.
Converting Apple's certificates from .p12 to .pem format
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 secret_file.p12 -out secret_file.pem -nodes -clcerts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment