iOS push build server-side P12 file

Source: Internet
Author: User
Tags openssl x509 pkcs12

Generate server-side push p12 files

Required Documents: A, development certificate Aps_developer_identity.cer

B. Local exported private key: PRODUCT_PUSH.P12

C, the request file used to generate the certificate: push.certsigningrequest

1. Convert Aps_developer_identity.cer to APS_DEVELOPER_IDENTITY.PEM format
    1. OpenSSL x509-in aps_production.cer-inform der-out aps_production_identity.pem-outform PEM

2. Convert the private key in the P12 format to PEM

    1. OpenSSL pkcs12-nocerts-out apple_push_notification_production.pem-in PRODUCT_PUSH.P12

3. Create a P12 file

    1. OpenSSL pkcs12-export-in Aps_production_identity.pem-inkey apple_push_notification_production.pem-certfile Push.certsigningrequest-name "Aps_production_identity"-out aps_production_identity.p12

iOS push build server-side P12 file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.