阅读643 返回首页    go 阿里云 go 技术社区[云栖]


iOS 消息推送证书生成方法的简单说明

openssl x509 -in idp.flowtreasure.cer -inform der -out PushChatCert.pem


openssl pkcs12 -nocerts -out PushChatKey.pem -in flowtreasure.idp.pro.p12


输入三次密码


cat PushChatCert.pem PushChatKey.pem > ck.pem


验证是否有效

openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert PushChatCert.pem -key PushChatKey.pem

最后更新:2017-04-03 05:39:42

  上一篇:go 硬盘运行与“AHCI 模式”还是“IDE 模式”
  下一篇:go How to get the MouseEvent coordinates for an element that has CSS3 Transform?