Push notification p12 to pem online

Convert your push notification p12 to pem online in one click

Please don't export p12 file with password for easyness

Upload p12 here and it will download pem with same name as p12

Choose file:
build_image

This is a demo for iPhone push notification. It will give you PEM for your .p12 file. It is to quickly convert P12 files to a PEM file. PEM files are used for sending push notification via the script here: APNS Help
PEM
Is an ASCII format and can be opened with a text editor. It is used by most SSL-based tools. Key and certificate are two separate files.
P12
Actually: Pkcs12 is used by most browsers. Key and certificate are in one file.P12 to PEM

  1. Open Keychain Access utility and click the My Certificates category in the left pane.
  2. Find the certificate you want to install and disclose its contents.You’ll see both a certificate and a private key.
  3. Select both the certificate and key, choose File > Export Items, and export them as a Personal Information Exchange (.p12) file.
  4. Servers implemented in languages such as Ruby and Perl often are better able to deal with certificates in the Personal Information Exchange format. To convert the certificate to this format, complete the following steps:
    1. In KeyChain Access, select the certificate and choose File > Export Items. Select the Personal Information Exchange (.p12) option, select a save location, and click Save.
    2. Launch the Terminal application and enter the following command after the prompt:openssl pkcs12 -in CertificateName.p12 -out CertificateName.pem -nodes
  5. Copy the .pem certificate to the new computer and install it in the appropriate place.

In some scenario developer don’t have mac to convert p12 to pem. so this might help some one to convert p12 to pem very easily with out any hurdling, in two seconds.

Export P12 to PEM Online

Happy Apple Push Notification!!!

Test Push Notifications Online

Here we have developed a tool to send Push Notifications online. You can just add your certificate file and device token to test the notification easily. Try now!!

Send Push Notification Now