2

Is the certificate generated to send push notifications specific to the server, or I can use it on any other server, if I change my server?

Thank you.

2
  • No I don't think the certificate is server specific. Commented Mar 18, 2013 at 9:42
  • generally, one certificate is for 1 domain. So if the other server is also in the same domain, you can use the same certificate. Otherwise, you need to create another cert. Commented Mar 18, 2013 at 9:43

3 Answers 3

3

You can use it in any server. Apple push notification SSL certificate is not specific to any server.

Example: parse.com, xtify.com etc.

enter image description here

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

1

You can use it on any server -- its the certificate and its corresponding private key that matters, not the IP from which the connection is made.

Comments

0

You can use it in any server. Apple push notification SSL certificate is not specific to any server.

https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#//apple_ref/doc/uid/TP40008194-CH8-SW1

1 Comment

While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.