Image

Imagepkbarbiedoll wrote in Imageapache

Apache SSL, removing passphrase prompt

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?