#!/bin/bash

openssl x509 -in aps_production.cer -inform der -out AppPush.pem
openssl pkcs12 -nocerts -out AppPushKey.pem -in Zertifikate.p12
cat AppPush.pem AppPushKey.pem > App.pem
