Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Apple Push Notification Service PEM 文件,我在 PHP 脚本中工作。我可以向安装了我的应用程序的 iOS 设备发送推送通知。我试图让它在我的 Mono 环境中与 APNS-Sharp 项目一起工作。APNS-Sharp 库需要一个 PKCS12 P12 文件,而我所拥有的只是具有证书和密钥组合的 PEM。
如何从中获取我的 PKCS12 文件?
看看这个: http ://code.google.com/p/apns-sharp/wiki/HowToCreatePKCS12Certificate