Has anybody used the django-push-notifications library recently?
It looks useful, but it seems like it needs an update. The documentation at https://github.com/jazzband/django-push-notifications/blob/master/docs/APNS.rst only discusses how to generate the required .pem file from a .p12 certificate, but now Apple gives you a .p8 certificate.
Any ideas how to get this working?