gpt4 book ai didi

ios - Apple Push Notification 错误设置私钥

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:58:19 24 4
gpt4 key购买 nike

我一直在努力为我的应用程序正确设置推送通知证书。该应用程序已经在商店中,所以我不能像解决其他遇到此问题的人那样“重新开始”生成文件!

我以这篇文章为例来创建证书:http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1#comments .当我开始测试我生成的内容时,我得到:

openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert PushTestCert.pem -key PushTestKey.pem
Enter pass phrase for PushTestKey.pem:
error setting private key
4368:error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch:/SourceCache/OpenSSL098/OpenSSL098-35.1/src/crypto/x509/x509_cmp.c:406:

该示例显示了 Keychain Access 的 Keys 部分中的应用程序。我的应用程序在那里,但在私钥下它有一个证书(我的 iPhone 开发者证书)。我需要将这两个项目导出到我的 p12 中,还是只导出私钥?

我已经尝试过下载 aps_development.cer 并将其转换为 pem 并从 Keychain Access 创建证书 pem,但在这两种情况下都没有成功。

其他帖子提示应用程序 p12 错误,但我如何查看私钥是什么以及为什么不匹配???

最佳答案

您应该将您的 apns 证书作为单独的证书/ key pem 文件提供。并且您需要从您的 key pem 中删除密码。

将 pem 文件与 p12 分开

openssl pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12

openssl pkcs12 -nocerts -out key.pem -in key.p12

从 pem 文件中删除密码

openssl rsa -in key.pem -out key-noenc.pem

关于ios - Apple Push Notification 错误设置私钥,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35027302/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com