Problem with apache restart + SSL password

kevin01

Verified User
Joined
Jun 12, 2005
Messages
27
Hi ,

I use DA and i've installed SSL certificate and the key i created forces apache to use a password when starting and now i have problem when apache restarts every night because it just stops because of the password. Is there any way i can add the password to DA for the apache? a parameter or something?
And also how can i make it so it doesnt restart?

Thanks
 
Last edited:
If you configure apache to never restart it would never be able to rotate log files.

If you were to add the password somewhere and pipe it to the key when you start up apache, then you'd have to have the password on the user in cleartext. So the best bet (what I'd bet most of us do) is to create keys that don't require passwords.

Jeff
 
I've tried to re-create .key without des3 and then replaced the one with des3 but still the same problem.
 
Back
Top