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
- Host: GitHub
- URL: https://github.com/tapwork/apnspembuild
- Owner: tapwork
- Created: 2012-07-19T15:40:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-20T08:47:08.000Z (almost 14 years ago)
- Last Synced: 2025-07-01T10:04:42.423Z (12 months ago)
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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