Generate .pem file used to set up Apple Push Notifications

前端 未结 7 1704
深忆病人
深忆病人 2020-11-22 14:46

I tried and tried to generate a .pem file, every time generating certificates from the client\'s account and then generating the .pem file using the terminal, but it\'s of n

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 15:09

    $ cd Desktop
    $ openssl x509 -in aps_development.cer -inform der -out PushChatCert.pem
    

提交回复
热议问题