dreipol / django-scarface

Send push notifications to mobile devices using Amazon SNS
MIT License
43 stars 21 forks source link

Fixes regex matching on a certificate generated from developer.apple.com #8

Closed nakedsushi closed 8 years ago

nakedsushi commented 8 years ago

With newer certificates generated from developer.apple.com, the regex should match 'BEGIN/END PRIVATE KEY' instead of 'BEGIN/END RSA PRIVATE KEY'

melbic commented 8 years ago

Thank you for submitting the pull request.