Creating .pem file for APNS?

后端 未结 11 2233
野的像风
野的像风 2020-11-27 08:59

How do I create a .pem file to be stored in the hosting server for APN payload data?

11条回答
  •  借酒劲吻你
    2020-11-27 09:31

    Launch the Terminal application and enter the following command after the prompt

      openssl pkcs12 -in CertificateName.p12 -out CertificateName.pem -nodes
    

提交回复
热议问题