Hi @Mohit Mathur,
We are aware of the Apple's Push Notification Service (APNS) server, you do not need to worry about this. Azure Notification Hubs will handle it for you, Microsoft keeps these certificates updated, so you can continue using our service without any interruption.
Microsoft generally maintains the trusted root certificates for Azure Notification Hub so, in general, you shouldn't have to do anything here manually. when Apple does an update to its certificate, then Microsoft will add it into the trust store.
Regarding your end, if your app is using a self-hosted APNs certificate, the one you uploaded directly to Azure Notification Hubs then you will have to ensure your app's trust store includes the new server certificate: SHA-2 Root: USERTrust RSA Certification Authority certificate. This is an update to support push notification functionality. If you are using the default certificate that we manage, you do not have to do anything.
SHA-2 Root: USERTrust RSA Certification Authority certificate.
If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.