Tagged Questions
3
votes
3answers
917 views
Failures caused by logrotate on Apache 2 with passphrase protected SSL key
I have an Apache 2 installation on Debian with mod_ssl installed. The server private key is protected by a passphase that needs to be entered on start-up. The error and access logs are subject to ...
0
votes
1answer
197 views
Keep SSL keyfile open in Python
I'm using Python's ssl library with an encrypted keyfile. However every time I wrap a socket, I'm prompted for the passphrase.
Enter PEM pass phrase:
How can I give the passphrase just once, and ...