vapor / apns

Helpful extensions and abstractions for using APNSwift
MIT License
115 stars 30 forks source link

Bundle GeoTrust Global CA certificate #33

Closed mpdifran closed 3 years ago

mpdifran commented 3 years ago

Describe the bug

APNs is still using the GeoTrust Global CA, which by default isn't trusted on Ubuntu. Apple is replacing the certificate they use on March 29th, 2021, but until then, would it be possible to include the certificate in this library?

More info here.

To Reproduce

Expected behaviour

Environment

mpdifran commented 3 years ago

This is working now that Apple have updated their certificate. Closing.