Apple Push Notification service must incorporate the new root certificate (AAACertificateServices) - APNS certificate update [duplicate]

帅比萌擦擦* 提交于 2021-02-20 08:34:02

问题


I got this mail from Apple.

"On March 29, 2021, token and certificate-based HTTP/2 connections to the Apple Push Notification service must incorporate the new root certificate (AAACertificateServices 5/12/2020) which replaces the old GeoTrust Global CA root certificate. To ensure a seamless transition and to avoid push notification delivery failures, verify that both the old and new root certificates for the HTTP/2 interface are included in the Trust Store of each of your notification servers before March 29.

Note that Apple Push Notification service SSL provider certificates issued to you by Apple do not need be to updated at this time."

I configured Firebase as provider server and using APNS authentication Key.

Steps followed:
1.I downloaded AAA certificate
2.Opened in Keychain
3.Tried to export it as p12, not able to do it since it doesn't have private key. 4.Therefore can't export this certificate to Firebase server.

I'm not sure what to do from my end. No documentation for this on apple site or any other site.

To be more specific should I do anything from my end or this should be taken care of by provider server like Firebase?

I'm wondering how come these instructions are not clearly mentioned by Apple?


回答1:


Since you're using Firebase, there's nothing to be done on your side. Firebase will handle the job for you, since they are the ones who communicate with Apple. The same applies for any Push service. You should only be concerned if you personally send Push requests to Apple servers.

A more complete explanation about this can be found here.



来源:https://stackoverflow.com/questions/66169296/apple-push-notification-service-must-incorporate-the-new-root-certificate-aaace

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!