apple / app-store-server-library-java

MIT License
169 stars 38 forks source link

Apple Root Certificates Update Schedule #98

Closed emindeniz99 closed 6 months ago

emindeniz99 commented 6 months ago

Hello, Should we download apple root certificates every deployment or periodically? (AppleComputerRootCertificate.cer expires on Feb 10 00:18:14 2025 GMT) I could not find a direct answer on the web. I am not familiar with PKI and root certificates. Thanks

emindeniz99 commented 6 months ago

Thanks The issue in nodejs repo resolved my issue. https://github.com/apple/app-store-server-library-node/issues/57#issuecomment-1865038436

Any cert rotations occurs in the intermediate and leaf certificates, which the library automatically handles by building the entire signing chain back to one of the roots -alexanderjordanbaker