it doesn't say more than:Check /var/log/directadmin/error.log
2010:01:05-21:51:43: error loading certificate key
2010:01:05-21:51:45: error loading certificate key
2010:01:05-21:51:46: error loading certificate key
thanks,Glad to hear you got it working.
You might want to also look into adding the following to your .htaccess file to make things easier on you an your clients.
Redirect 302 /cp https://www.YOURDOMAIN:2222
Redirect 302 /billing https://www.YOURDOMAIN.com/billing
This might make it easier on you or your clients. I had to add this for my billing system so when someone goes to mydomain.com/billing it takes them to the secure site rather than the non secure site.
This also helped me because when my users try to use their domain userdomain.com:2222 the SSL cert will not work so now I have them all going to mslhost.com/cp in order to use the control panel and it seems to work out well.
Hope this helps,
Mike
specifically for <my_domain.com> ?No it would have to be installed in apache. Directadmin and apache are totally independant.
regardless of the fact that I already added the same SSL for DA (which uses the same domain)?If the Cert is for what you call <my_domain.com> then the Certificate has to be installed for <my_domain.com>. You can do that through the control panel by copying the private key and the cert itself into the proper window and saving.
Jeff
regardless of the fact that I already added the same SSL for DA (which uses the same domain)?
No it would have to be installed in apache. Directadmin and apache are totally independant.
I cannot add the SSL Certificate to that domain, cause I can't add that domain to directadmin:Yes, like scsi mentioned above:
DA know about the cert... Apache does not.
David
That is the hostname which is reserved. Either change the hostname, or use a different domain
any guide on how to do this?You cannot create a domain name the same as the hostname. You can add the files manually and make changes to either the main httpd.conf file or one of the files it calls.
Jeff
I already did this for the DA part.http://www.directadmin.com/installguide.html
and the last section of:
http://help.directadmin.com/item.php?id=15
Jeff