From 353e6ad7ddcf6cff7a3eda584661d5177b842f4d Mon Sep 17 00:00:00 2001
From: Rich Bowen
Your SSL configuration will need to contain, at a minumum, the +following directives.
+ +
+ Listen 443
+ <VirtualHost _default_:443>
+ ServerName www.domain.com
+ SSLEngine on
+ SSLCertificateFile /path/to/www.comain.com.cert
+ SSLCertificateKeyFile /path/to/www.domain.com.key
+ </VirtualHost>
+
Your SSL configuration will need to contain, at a minumum, the +following directives.
+ +