Skip to content

Instantly share code, notes, and snippets.

@deholic
Created March 4, 2013 09:38
Show Gist options
  • Save deholic/5081102 to your computer and use it in GitHub Desktop.
Save deholic/5081102 to your computer and use it in GitHub Desktop.
Convert .pem to .p12 for using APNS Service.
$ 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