Hello,
When I configure a SSL certificate as the admin who owns the server IP and then apply a CA root Certificate, this is not configured in the extra-vhosts.conf.
With the SSL Certificate is configured I get a special message and codepath:
NOTE: You are using the server IP, so your certificate and key have been saved to:
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key
This is all fine.
However, this does not happens when I configure the root certificate with: "Click Here to paste a CA Root Certificate":
[root@ded105 httpd]# grep SSL /etc/httpd/conf/extra/httpd-vhosts.conf
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Can you check this out and fix this? If I add this SSLCACertificateFile manually in the configfile it'll probably get overwritten again by DirectAdmin.
When I configure a SSL certificate as the admin who owns the server IP and then apply a CA root Certificate, this is not configured in the extra-vhosts.conf.
With the SSL Certificate is configured I get a special message and codepath:
NOTE: You are using the server IP, so your certificate and key have been saved to:
/etc/httpd/conf/ssl.crt/server.crt
/etc/httpd/conf/ssl.key/server.key
This is all fine.
However, this does not happens when I configure the root certificate with: "Click Here to paste a CA Root Certificate":
[root@ded105 httpd]# grep SSL /etc/httpd/conf/extra/httpd-vhosts.conf
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Can you check this out and fix this? If I add this SSLCACertificateFile manually in the configfile it'll probably get overwritten again by DirectAdmin.