I'm familar with creating different site branches in Umbraco and assigning a hostname to each.
www.mysite.com
www.mysite.dk
When I'm testing this I'll usually create one site in IIS 7 and add the hostnames under 'Bindings'.
Now I have a requirement to secure these sites with SSL which I am looking at for the first time.
Is it possible to secure both these sites with the same certificate or will I have to create an IIS site for each one and assign a seperate certificate for each one?
I don't think I can redirect one domain to the other because that would change the domain name and then Umbraco would not be detecting the correct hostname and display the correct site.
Please help clear up my SSL & Hostname confusion
I'm familar with creating different site branches in Umbraco and assigning a hostname to each.
When I'm testing this I'll usually create one site in IIS 7 and add the hostnames under 'Bindings'.
Now I have a requirement to secure these sites with SSL which I am looking at for the first time.
Is it possible to secure both these sites with the same certificate or will I have to create an IIS site for each one and assign a seperate certificate for each one?
Thanks,
Matt
Hi,
I think it is possible to have a multiple domain certificate, but that will cost you.
I suggest you SSL one of the domains a make the other redirect to the first one, or SSL both the domains...
Best Regards,
Marco
Hi Marco,
Yes multi-domain certificates do seem to cost.
I don't think I can redirect one domain to the other because that would change the domain name and then Umbraco would not be detecting the correct hostname and display the correct site.
is working on a reply...