閱讀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?