This works to share the SSL cert with no warning messages for all sites on the RaQ3 & RaQ4 servers if the SSL cert is set up on the main server domain.
To configure the SSL aliases add these two lines to the httpd.conf file in the VirtualHost section for SERVERNAME.com
AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3
ScriptAliasMatch ^/secure-cgi/([^/]+)(/(.*))? /home/sites/$1/web/$3
To access the secure certificate use the following formats:
For html pages use this format:
https://SERVERNAME.com/secure/www.DOMAINNAME/index.html