Default :443 section in httpd.conf

1 post / 0 new
#1 Fri, 11/23/2012 - 12:16
jfbelisle

Default :443 section in httpd.conf

Hi,

we are using wildcard certificates. If we choose " Setup SSL website too?" when creating a new virtual host it generates a :443 section in the httpd.conf, that's fine. But virtualmin automaticaly generate a ssl.cert and ssl.key file in the home of the newly created VH. It also generate

SSLCertificateFile /home/domainName/ssl.cert SSLCertificateKeyFile /home/domainName/ssl.key

in the httpd.conf

I would like to block the generation of those two files and mkae the path in the httpd.conf point to my wildcard cert

I know we can customize the default apache directive under :80 but how can we customize :443 section.

Thank you