【发布时间】:2014-01-20 14:23:52
【问题描述】:
我正在设置的 APN 服务器告诉我...
After requesting the certificate from Apple, export your private key as a .p12 file and download the .cer file from the iOS Provisioning Portal.
Now, in the directory containing cert.cer and key.p12 execute the following commands to generate your .pem files:
$ openssl x509 -in cert.cer -inform DER -outform PEM -out cert.pem
$ openssl pkcs12 -in key.p12 -out key.pem -nodes
我从 Apple 获得了 .cer,但我不知道如何将我的“私钥”导出为 .p12。我猜他们只是说我的私人 shh 密钥?如何将其转换为 .p12?
我完全不知道他们在寻找什么,我从哪里获得 key.p12?非常感谢任何帮助,谢谢。
【问题讨论】:
标签: ios iphone ssh apple-push-notifications pkcs#12