[Twisted-Python] twistd and passphrase

Lorenzo Allegrucci l.allegrucci at gmail.com
Tue Sep 5 12:21:56 EDT 2006


Hi,

I'm using twistd to run my server as a daemon but I couldn't find a way
to prompt the user for a passphrase (such passphrase is used by the
server to read its SSL key).  I tried getpass() but it doesn't work
because /dev/stdin is already redirected to /dev/null.  How can I ask
for a passphrase using twistd?
Thank you






More information about the Twisted-Python mailing list