Index: /vhosts/conf.d/eastgate.conf
===================================================================
--- /vhosts/conf.d/eastgate.conf	(revision 263)
+++ /vhosts/conf.d/eastgate.conf	(revision 264)
@@ -18,6 +18,5 @@
 		SuExecUserGroup eastgate eastgate
 		Include conf.d/vhosts-common-ssl.conf
-                SSLVerifyClient require
-                SSLVerifyDepth 1
+		Include conf.d/vhosts-common-ssl-cert.conf
 	</VirtualHost>
 </IfModule>
Index: /vhosts/conf.d/template
===================================================================
--- /vhosts/conf.d/template	(revision 263)
+++ /vhosts/conf.d/template	(revision 264)
@@ -18,4 +18,6 @@
 		SuExecUserGroup uname uname
 		Include conf.d/vhosts-common-ssl.conf
+		# Uncomment the following line to require certificates:
+		# Include conf.d/vhosts-common-ssl-cert.conf
 	</VirtualHost>
 </IfModule>
