Skip to content

Instantly share code, notes, and snippets.

@a-bx
Created September 3, 2012 19:26
Show Gist options
  • Save a-bx/3612627 to your computer and use it in GitHub Desktop.
Save a-bx/3612627 to your computer and use it in GitHub Desktop.
APS - Generate PEM Files
$ 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