Index: trunk/server/fedora/config/etc/httpd/vhosts.d/mosh.org.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/mosh.org.conf	(revision 2775)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/mosh.org.conf	(revision 2775)
@@ -0,0 +1,19 @@
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName mosh.org
+		
+		Include conf.d/vhost_ldap.conf
+		Include conf.d/vhosts-common-ssl.conf
+		SSLCertificateFile /etc/pki/tls/certs/mosh.org.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+	<VirtualHost *:444>
+		ServerName mosh.org
+		
+		Include conf.d/vhost_ldap.conf
+		Include conf.d/vhosts-common-ssl.conf
+		Include conf.d/vhosts-common-ssl-cert.conf
+		SSLCertificateFile /etc/pki/tls/certs/mosh.org.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+</IfModule>
Index: trunk/server/fedora/config/etc/httpd/vhosts.d/www.mosh.org.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/vhosts.d/www.mosh.org.conf	(revision 2775)
+++ trunk/server/fedora/config/etc/httpd/vhosts.d/www.mosh.org.conf	(revision 2775)
@@ -0,0 +1,19 @@
+<IfModule ssl_module>
+	<VirtualHost *:443>
+		ServerName www.mosh.org
+		
+		Include conf.d/vhost_ldap.conf
+		Include conf.d/vhosts-common-ssl.conf
+		SSLCertificateFile /etc/pki/tls/certs/www.mosh.org.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+	<VirtualHost *:444>
+		ServerName www.mosh.org
+		
+		Include conf.d/vhost_ldap.conf
+		Include conf.d/vhosts-common-ssl.conf
+		Include conf.d/vhosts-common-ssl-cert.conf
+		SSLCertificateFile /etc/pki/tls/certs/www.mosh.org.pem
+		SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
+	</VirtualHost>
+</IfModule>
