Kirmes Erleben: openssl x509 -in Kirmes_aps_production.cer -inform der -out KirmesPush.pem openssl pkcs12 -nocerts -out KirmesPushKey.pem -in KirmesPush.p12 cat KirmesPush.pem KirmesPushKey.pem > KE.pem Test: openssl s_client -connect gateway.push.apple.com:2195 -cert KirmesPush.pem -key KirmesPushKey.pem Kirmes Erleben PRO: openssl x509 -in KirmesPRO_aps_production.cer -inform der -out KirmesPushPRO.pem openssl pkcs12 -nocerts -out KirmesPushPROKey.pem -in KirmesPushPRO.p12 cat KirmesPushPRO.pem KirmesPushPROKey.pem > KEPRO.pem Test: openssl s_client -connect gateway.push.apple.com:2195 -cert KirmesPushPRO.pem -key KirmesPushPROKey.pem telnet gateway.sandbox.push.apple.com 2195 Passwort: django Webseite: http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12