重用 Apple 推送服务的证书签名请求
创建 CSR 时会提示 钥匙串同时访问 生成公钥和私钥 一对。您的私钥存储在 你的 Mac 在....
每个 iOS 应用程序都可以设置两个用于推送通知、开发和生产的环境。
在开发和生产环境中重复使用相同的 CSR(以及相同的私钥?)有什么危害?这可能吗?
类似地,在不同的应用程序中使用相同的 CSR 会产生什么危害。
基本上,当我在服务器上安装所需的元素以处理我端的推送通知时,我想管理单个私钥。
谢谢
The creation of a CSR will prompt
Keychain Access to simultaneously
generate a public and private key
pair. Your private key is stored on
your Mac in th....
So every iOS app can have two environments set up for push notifications, development and production.
What is the harm in reusing the same CSR (and thus the same private key?) for both dev and prod environments? Is this even possible?
In a similar effect what would be the harm of using the same CSR across the different apps.
Basically I want to manage a single private key when I install the required elements on the server that will handle push notifications on my end.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对所有证书使用相同的私钥/公钥。我唯一一次拥有不同的私钥/公钥是当客户希望我管理他们的整个 Apple 帐户和证书生成时。
I use the same private/public key for all my certificates. The only time I ever end up having different private/public keys is when a client wants me to manage their whole Apple account and certificate generation.