Last active
July 27, 2016 17:02
-
-
Save brickpop/b7f8be2945358e842eb732f0dd2f0e79 to your computer and use it in GitHub Desktop.
iOS APN certificate conversion
This file contains 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
#!/bin/bash | |
# CREATE CERTS | |
echo "Android: http://dev.tapjoy.com/faq/how-to-find-sender-id-and-api-key-for-gcm/" | |
echo "iOS: http://quickblox.com/developers/How_to_create_APNS_certificates" | |
# EXTRACT P12 > PEM | |
openssl pkcs12 -in apn-push-prod.p12 -out apn-push-prod.pem -nodes -clcerts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment