Created
September 3, 2012 19:26
-
-
Save a-bx/3612627 to your computer and use it in GitHub Desktop.
APS - Generate PEM Files
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 x509 -in aps_cert_development.cer -inform DER -outform PEM -out aps_cert_development.pem | |
$ openssl x509 -in aps_cert_production.cer -inform DER -outform PEM -out aps_cert_production.pem | |
$ openssl pkcs12 -in aps_key_development.p12 -out aps_key_development.pem -nodes | |
$ openssl pkcs12 -in aps_key_production.p12 -out aps_key_production.pem -nodes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment