Injae's Lab
Gallery Interest Calculator Mortgage Calculator Annual Tax Table GST Calculator Week Number Calendar Etc My Blog
Login
20190830.Version 1.0.9263.26623.

My Tech Choices

Title Generate Apple push notification APNS KEY for ASP.NET
Writer Injae Date 27/02/2014 7:09:34 PM View 1385 Up 0
openssl x509 -in aps_development_mms_notif.cer -inform DER -out aps_developer_identity.pem -outform PEM
openssl pkcs12 -nocerts -out APSCertificates.pem -in Certificates.p12
openssl pkcs12 -export -in aps_developer_identity.pem -out aps_developer_identity.p12 -inkey APSCertificates.pem




openssl x509 -in aps_production_mms_notif.cer -inform DER -out aps_developer_identity.pem -outform PEM
openssl pkcs12 -nocerts -out APSCertificates.pem -in Certificates.p12
openssl pkcs12 -export -in aps_developer_identity.pem -out aps_developer_identity_mms_prod.p12 -inkey APSCertificates.pem


http://stackoverflow.com/questions/3142095/add-iphone-push-notification-using-asp-net-server