Brett
Brett

Reputation: 167

Renewing Production Push SSL Certificate - Apple APNS

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.

Upvotes: 13

Views: 5779

Answers (1)

johan
johan

Reputation: 6666

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."

At least according to this post

Upvotes: 12

Related Questions