Last active
August 29, 2015 14:07
-
-
Save adsurbum/2d0cfa9a9df5ec446931 to your computer and use it in GitHub Desktop.
ios push notification certificates generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export p12 from keychain access | |
openssl pkcs12 -clcerts -nokeys -out production-cert.pem -in production.p12 | |
openssl pkcs12 -nocerts -out production-key.pem -in production.p12 | |
openssl rsa -in production-key.pem -out production-key.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment