[关闭]
@khan-lau 2015-06-18T08:07:46.000000Z 字数 585 阅读 1748

iOS推送证书

iOS 推送


readme.md

cer key

cer file: eCoremail.aps_production.cer
p12 cer: eCoremail.aps_production.cer.p12
private key: eCoremail.aps_production.key.p12
all pass phrase: brova

apple push notification

key file: eCoremail.aps_PushChatKey.pem
cer file: eCoremail.aps_PushChatCert.pem
remix file: eCoremail.aps_push.pem

make pem

  1. openssl x509 -inform der -out PushChatCert.pem -in eCoremail.aps_production.cer
  2. openssl pkcs12 -nocerts -out PushChatKey.pem -in eCoremail.aps_production.key.p12
  3. cat PushChatCert.pem PushChatKey.pem > push.pem

verify

  1. openssl s_client -connect gateway.push.apple.com:2195 -cert PushChatCert.pem -key PushChatKey.pem
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注