更新生产推送 SSL 证书 - Apple APNS

问题描述:

我们的生产推送 ssl 证书即将到期.如果我生成一个新证书,另一个证书是否会一直有效直到它被设置为过期(此时必须用新证书替换)?

Our production push ssl certificate is going to expire soon. If I generate a new certificate, will the other certificate remain valid until it is set to expire (at which point it must be replaced with the new certificate)?

两个证书会同时生效吗?

Will both certificates work at the same time?

只关心时间.对于我们的应用程序,我们托管了一个推送服务器,我们的一些客户也是如此.我想确保创建一个新证书并使用新证书更新我们的推送服务器不会弄乱我们客户的推送服务器,这些服务器在一段时间内仍会安装旧证书.

Just concerned about the timing. For our app, we host a push server and so do a few of our customers. I want to make sure creating a new certificate and updating our push server with the new certificate doesn't mess up our customers' push servers that will, for a time, still have the old certificate installed.

看来你并没有使旧证书失效...

It seems like you don't invalidate the old certificate...

"您可以在不撤销旧证书的情况下生成新证书,并且同时使用它们以确保它们在撤销之前工作旧的."

"You can generate a new certificate without revoking the old one, and use them simultaneously to ensure they are working before revoking the old one."

至少根据这个帖子