Index: trunk/server/fedora/config/etc/httpd/vhosts.d/swe.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/swe.conf	(revision 2038)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/swe.conf	(revision 2053)
@@ -19,4 +19,5 @@
 		Include conf.d/vhosts-common-ssl.conf
 		SSLCertificateFile /etc/pki/tls/certs/swe.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
 	<VirtualHost *:444>
@@ -29,4 +30,5 @@
 		Include conf.d/vhosts-common-ssl-cert.conf
 		SSLCertificateFile /etc/pki/tls/certs/swe.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
 </IfModule>
Index: trunk/server/fedora/config/etc/httpd/vhosts.d/techfair.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/techfair.conf	(revision 2038)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/techfair.conf	(revision 2053)
@@ -19,4 +19,5 @@
 		Include conf.d/vhosts-common-ssl.conf
 		SSLCertificateFile /etc/pki/tls/certs/techfair.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
 	<VirtualHost *:444>
@@ -29,4 +30,5 @@
 		Include conf.d/vhosts-common-ssl-cert.conf
 		SSLCertificateFile /etc/pki/tls/certs/techfair.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
 </IfModule>
Index: trunk/server/fedora/config/etc/httpd/vhosts.d/tf.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/tf.conf	(revision 2038)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/tf.conf	(revision 2053)
@@ -19,4 +19,5 @@
 		Include conf.d/vhosts-common-ssl.conf
 		SSLCertificateFile /etc/pki/tls/certs/tf.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
 	<VirtualHost *:444>
@@ -29,4 +30,5 @@
 		Include conf.d/vhosts-common-ssl-cert.conf
 		SSLCertificateFile /etc/pki/tls/certs/tf.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
 	</VirtualHost>
 </IfModule>
