djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

Request to add support into the library for devs to set a passphrase #145

Open ron-michael opened 8 years ago

ron-michael commented 8 years ago

Request to add support into the library for devs to set a passphrase.

We all know its bad practice to hard-code somewhere the passphrase, but some people are looking for that feature. Even the SSL library of python allows us to do that.

Now, Im just asking permission to add that feature unto to this code branch project? Or should I just add the feature on my fork of this project?

ethanmick commented 8 years ago

I need this feature as well.

rohit-taneja commented 8 years ago

+1

greentornado commented 8 years ago

+1, maybe someone should implement this feature...

Edit: I managed to remove the pass from key.pem with success push.

openssl rsa -in key_with_pass.key -out key_no_pass.key