IT_Architect
Verified User
- Joined
- Feb 27, 2006
- Messages
- 1,088
DA sports a feature for users with their own IP addresses to install their own certificates. However, it doesn't work. The entire process SAYS it works during the install with the Success! message, but in reality they are simply on the server's certificate and their own certificate is never used. Judging by the hundreds of posts, many of them unresolved, it's not likely that the bugs will be fixed any time soon. In the interim, how do I hack their certs in so they will work?
The DA cert install program leaves the httpd.conf looking like this:
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
SSLCACertificateFile /usr/local/directadmin/data/users/myuser/domains/mydomain.com.cacert
The certs and key are in the /usr/local/directadmin/data/users/myuser/domains/ directory. I noticed that the DA install program also created a mydomain.com.cust_httpd, which apparently doesn't seem to be used for anything.
Thanks!
The DA cert install program leaves the httpd.conf looking like this:
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
SSLCACertificateFile /usr/local/directadmin/data/users/myuser/domains/mydomain.com.cacert
The certs and key are in the /usr/local/directadmin/data/users/myuser/domains/ directory. I noticed that the DA install program also created a mydomain.com.cust_httpd, which apparently doesn't seem to be used for anything.
Thanks!