need help with SSL cert on webmin
I am in the process of setting up a dedicated machine at a local ISP.I have the machine running, DNS working and currently can access a test domain. I am trying to get an ssl cert to test on the domain.
I went to freessl.com and followed the instructions for generating a server key nemed mydomain.key. Then i generated a csr and submitted it to fressl. they sent me a certificate via email which i copied and save to the file name mydomain.crt.
I put the crt in the ssl.crt folder of apache and then using webmin set to virtual server ssl options to use ssl. set the server key to my newly generated mydomain.key. and then set my certificate to the mydomain.crt file i got from freessl.
Restart Apache and i get some errors as follows:
[Fri Jan 10 00:02:20 2003] [notice] Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 configured -- resuming normal operations
[Fri Jan 10 00:02:20 2003] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Jan 10 00:02:20 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Jan 10 01:15:04 2003] [notice] SIGHUP received. Attempting to restart
[Fri Jan 10 01:15:04 2003] [error] mod_ssl: Init: (www.mydomain.net:443) Unable to configure verify locations for client authentication
Can someone please tell me whats these mean, or what i am doing wrong.
Thanks
Mark