PyAPNs
PyAPNs copied to clipboard
Request to add support into the library for devs to set a passphrase
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?
I need this feature as well.
+1
+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