PyAPNs icon indicating copy to clipboard operation
PyAPNs copied to clipboard

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

Open ron-michael opened this issue 10 years ago • 3 comments

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?

ron-michael avatar Nov 11 '15 07:11 ron-michael

I need this feature as well.

ethanmick avatar Dec 01 '15 16:12 ethanmick

+1

rohit-taneja avatar Mar 03 '16 07:03 rohit-taneja

+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

greentornado avatar May 18 '16 08:05 greentornado