Apache SSL, removing passphrase prompt
Date: 03/05/08
(Apache) Keywords: apache
When my system reboots Apache needs the passphrase to start. I'd like to remove this prompt so the server can start without human intervention. So, according to the docs I can do this:
openssl rsa -in server.key.current -out server.key.new
But I wasn't prompted to enter my passphrase when issuing this command. The resulting outfile is identical to server.key.current.
Suggestions?
Source: http://community.livejournal.com/apache/41133.html