Ubuntu上的APNS证书

时间:2014-06-30 19:47:11

标签: ios ubuntu ssl apple-push-notifications

我阅读了本教程:http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1

他正在使用Keychain Access在他的Mac上生成证书签名请求:

enter image description here

对于Production,我们使用的是Ubuntu Server。您是否必须直接在Ubuntu服务器上生成CSR,还是可以使用我的Mac上生成的证书?

enter image description here

如果你必须在Ubuntu服务器上生成CSR,怎么办呢?

1 个答案:

答案 0 :(得分:2)

您可以使用Mac上生成的CSR。从Apple Developer门户获得签名证书(一个用于开发,一个用于生产)后,您需要根据第二个屏幕截图导出它们(包括私钥)以便在服务器上使用。