Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting Apache with SSL

Status
Not open for further replies.

mufka

ISP
Dec 18, 2000
587
US
I have Apache running with SSL. How do I get it to start when the box boots? the problem I'm seeing is that I need to type the passphrase when I start it.

Thanks
 
Hi,

Not sure if you mean apache-ssl or mod_ssl... The answer is the same in principle anyway.

The passprompt is because the key file is encrypted. The only way round it is to create an unencrypted copy and point the server at that. For example :

openssl rsa -in file1.key -out file2.key

Then change the config to use file2.key (unencrypted). Set the permissions as readable only by root and the userid that apache is run under.

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top