samiamim / apns-python-wrapper

Automatically exported from code.google.com/p/apns-python-wrapper
0 stars 0 forks source link

can not add passphrase in the code if i use this library #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am unable to add my passphrase while establishing apns connection 
1. I can pass it on command line
2. I can remove the need of passphrase from the key.pm using openssl -rsa
3. But i want to add the passphrase in my code inline .. not remove it , not 
pass it on command line but i want a place in the library where i can specify 
the passphrase. 

has anybody been able to do it ?
if so please ping me .. 

http://stackoverflow.com/questions/25044924/python-library-to-connect-to-apns-do
-not-have-a-place-to-add-passphrase-apnswrap

Original issue reported on code.google.com by nut...@gmail.com on 31 Jul 2014 at 3:02