Skip to content

Instantly share code, notes, and snippets.

@quietcricket
Created August 22, 2012 07:16
Show Gist options
  • Save quietcricket/3423320 to your computer and use it in GitHub Desktop.
Save quietcricket/3423320 to your computer and use it in GitHub Desktop.
Create IOS Push notification certificate
openssl x509 -inform der -in cert.cer -out cert.pem
openssl pkcs12 -nocerts -in key.p12 -out key.pem
cat cert.pem key.pem > joined.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment