简体   繁体   English

创建苹果推送通知证书

[英]Creation of Apple push notifications certificate

I'm creating a CSR certificate and using that CSR to create a push notification certificate. 我正在创建CSR证书,并使用该CSR创建推送通知证书。

Can I use the same CSR for different certificates? 可以将同一CSR用于不同的证书吗?

Also, my provisioning profile goes to invalid state even though I didn't add any new devices to account. 另外,即使我没有向帐户添加任何新设备,我的配置文件仍处于无效状态。 Why is that? 这是为什么?

Technically, you can use same CSR for different certificates. 从技术上讲,您可以将同一CSR用于不同的证书。 However, they would end up having same private key, which is actually not a security issue if you are not going to give your certificate to anyone else anyway. 但是,它们最终将具有相同的私钥,如果您无论如何都不会将证书提供给其他任何人,那么这实际上不是安全问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM