Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Ynot on December 02, 2003, 11:44:43 AM
-
Would you follow the same procedure for setting up a new SSL Certificate on a virtual domain as you would the primary domain? V6
http://www.v-cut.com/SME/HowTo/SSL-Certificates-on-SME.htm
-
Yes you do.
I got it working.
Works great.
-
Ynot wrote:
> Would you follow the same procedure for setting up a new SSL
> Certificate on a virtual domain as you would the primary
> domain?
As has been said many times here, and more elsewhere, you can't have separate SSL certificates for different virtual domains. It's one certificate per IP address, not domain name.
Charlie
-
Is it working or not?
I can't get it working proberly.
I've have serveral problems:
1) If i make a key and crt for the myprimarydomain.com then www.myprimarydomain.com dosen't work.
2) If i make a key and crt for myvirualdomain.com then nothing works.
Can anyone tell me what to do?
-
Charlie,
We should be able to have one certificate per virtual domain by using other ports:
<IfDefine SSL>
Listen 443 //default ssl port
Listen 4000
</IfDefine>
//exemple
<VirtualHost 82.146.48.52:4000>
SSLEngine On
SSLCertificateFile /home/e-smith/ssl.crt/virtualdomain_com.crt
SSLCertificateKeyFile /home/e-smith/ssl.key/virtualdomain_com.key
ServerName virtualdomain.com
ServerAlias www.virtualdomain.com
</virtualHost>
then access it by virtualdomain.com:4000
Althought have a look there:
http://codewalkers.com/tutorials/59/3.html