gpt4 book ai didi

c# - 在 Windows 中为苹果推送通知创建 p12 证书

转载 作者:行者123 更新时间:2023-11-30 21:00:57 25 4
gpt4 key购买 nike

我正在用 C# 为 iPhone 做推送通知(服务器端)。我有“developer_Push_SSL_certi.cer”文件。

  1. 如何从 .cer 文件创建 .p12 证书?或者我必须在我的 PC 中安装上述 .cer 文件?
  2. 在服务器端 (c#) 发送推送通知所需的文件是什么。

请指导我,Windows 中的 APN(服务器端)所需的认证过程是什么。

最佳答案

您不需要 mac 来转换证书,只需使用 OpenSSL (http://www.openssl.org)

命令如下

$ openssl x509 -in cert.cer -inform DER -outform PEM -out cert.pem
$ openssl pkcs12 -in key.p12 -out key.pem -nodes
$ openssl pkcs12 -export -inkey key.pem -in cert.pem -out certName.p12

关于c# - 在 Windows 中为苹果推送通知创建 p12 证书,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14557028/

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