stop apache from asking for SSL password each restart

Posted by acidzombie24 on Server Fault See other posts from Server Fault or by acidzombie24
Published on 2010-07-15T15:09:17Z Indexed on 2012/04/06 11:31 UTC
Read the original article Hit count: 191

Filed under:
|
|
|
|

Using instructions from this site but varying them just a little i created a CA using -newca, i copied cacert.pem to my comp and imported as trusted issuer in IE. I then did -newreq and -sign (note: i do /full/path/CA.sh -cmd and not sh CA.sh -cmd) and moved the cert and key to apache.

I visited the site in IE and using .NET code and it appears trusted, great (unless i write www. in front which is expected). But every time i restart apache i need to type in my password for the site(s?).

How can i make it so i DO NOT need to type in the password?

© Server Fault or respective owner

Related posts about apache2

Related posts about ssl