LoginSignup
2
2

More than 5 years have passed since last update.

[iOS] Create Push Notification pem certificate

Last updated at Posted at 2016-02-26

Normally, the certificate you created from the iOS developer center is a .cer format certificate.

After you install this .cer format certificate, you can export the certificate with a format of .p12 from keychain.

At last you can use the following command to convert the .p12 certificate to .pem certificate for some tools such as Houston.

openssl pkcs12 -in cert.p12 -out apple_push_notification.pem -nodes -clcerts

Reference:
Houston

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2