Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
Created March 23, 2016 17:14
Show Gist options
  • Save sprohaszka/bf46959be4e6ae7d073c to your computer and use it in GitHub Desktop.
Save sprohaszka/bf46959be4e6ae7d073c to your computer and use it in GitHub Desktop.
# Convert p12 to pem
openssl pkcs12 -in cert.p12 -out apple_push_notification.pem -nodes -clcerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment