Created
March 4, 2013 09:38
-
-
Save deholic/5081102 to your computer and use it in GitHub Desktop.
Convert .pem to .p12 for using APNS Service.
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 -clcerts -nokeys -out apns-dev-cert.pem -in apns_development_cert.p12 | |
$ openssl pkcs12 -nocerts -out apns-dev-key.pem -in apns_development_key.p12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment