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
I wasn't prompted to enter my passphrase when issuing this command. I am running this on a copy of my key file, not the actual one.
So - server.key.new shouldn't have the passphrase included, but the resulting out file is identical to server.key.current.
Suggestions?
openssl rsa -in server.key.current -out server.key.new
I wasn't prompted to enter my passphrase when issuing this command. I am running this on a copy of my key file, not the actual one.
So - server.key.new shouldn't have the passphrase included, but the resulting out file is identical to server.key.current.
Suggestions?