Skip to content

Instantly share code, notes, and snippets.

@vjyanand
Created July 17, 2015 03:19
Show Gist options
  • Save vjyanand/af39f1b63d246600a5cf to your computer and use it in GitHub Desktop.
Save vjyanand/af39f1b63d246600a5cf to your computer and use it in GitHub Desktop.
APNS
openssl pkcs12 -nocerts -out aps_private-key.pem -in aps_private-key.p12
openssl x509 -in aps_development.cer -inform der -out aps_development.pem
openssl pkcs12 -export -in aps_development.pem -out aps_dev_credentials.p12 -inkey aps_private-key.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment