iOS推送通知证书生成

Develop证书不是push证书(生产PushChatKey.p12) 密码都输一样的icld


cd /Users/yrx/Desktop


openssl x509 -in aps_development.cer -inform DER -out aps_developer_identity.pem -outform PEM


openssl pkcs12 -nocerts -out PushChat_Noenc.pem -in PushChatKey.p12



openssl pkcs12 -export -in aps_developer_identity.pem -inkey PushChat_Noenc.pem -name "aps_developer_identity" -out aps_developer_identity.p12



production


openssl x509 -in aps.cer -inform DER -out aps_identity.pem -outform PEM



openssl pkcs12 -nocerts -out PushChat_Noenc.pem -in PushChatKey.p12


openssl pkcs12 -export -in aps_identity.pem -inkey PushChat_Noenc.pem -name "aps_identity" -out aps_identity.p12

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容