04

Here’s a nice tool called PEM submitted by Felix Krause allowing you to automatically generate .pem files for push notifications.

Creating .pem files for push notifications is normally a time-consuming process as it requires you to use the iOS dev center interface and the keychain app. PEM automatically downloads the latest apps_production.cer from the iOS dev center, creates a new keychain for the necessary profiles, and then generates the PEM in seconds ready to be sent to your server.

You can find PEM on Github here.