An open API service indexing awesome lists of open source software.

https://github.com/tapwork/apnspembuild

simple script to build your iOS push notification pem files
https://github.com/tapwork/apnspembuild

Last synced: 5 months ago
JSON representation

simple script to build your iOS push notification pem files

Awesome Lists containing this project

README

          

apnspembuild
============
a simple shell script to build your iOS push notification pem files for development and production



The script needs 3 parameter

1. the Development Push SSL Certificate which you configured in the iOS Provisioning Portal

2. Production Push SSL Certificate which you configured in the iOS Provisioning Portal

3. the private key you used for Certificate Request



Example:

./apnspembuild.sh aps_development.cer aps_production.cer privatekey.p12


The script generates a new folder with the pem files