apache + SSL
i have one site in my httpd.conf that uses ssl, the rest are just reg websiteseverytime i run apachectl startssl, it makes me enter a pw for one of the domains
# ./apachectl startssl
Apache/1.3.22 mod_ssl/2.8.5 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server oignet.net:443 (RSA)
Enter pass phrase:
Ok: Pass Phrase Dialog successful.
./apachectl startssl: httpd started
Is there a way to make it so it can automatically just start with ssl? because when the box reboots, it wont start httpd until someonee enters the pw =\
Does anyone know how to make it so it ll just start with ssl without a pw

