Groups | Blog | Home
all groups > iis security > august 2006 >

iis security : Multiple certificates on one website?



BvdB
8/18/2006 7:29:40 AM
I've a website that can be connected by 2 different dns names.

site1.domain.com
site2.domain.com (alias of site1)

I 've a certificate installed and that is working fine on site1.domain.com.
When users make a connection using the site2 they get a warning that the
name of the certificate is matching with the name of the site.
Does anyone know a way to redirect the site without generating the warning?

Kind regards,
Miha Pihler [MVP]
8/18/2006 4:46:20 PM
Hi,

You can create another site and point it to the same content. Give it a
second name (e.g. host header) or/and appropriate IP address. Now link this
site with second certificate...
As long as both websites point to the same content there should be no
difference for the end user.

--
Mike
Microsoft MVP - Windows Security

[quoted text, click to view]

Bernard Cheah [MVP]
8/19/2006 12:00:00 AM
You can't!
a) only 1 cert can be associated with 1 website
b) in you case, if you redirect to site2 in https mode, you will get prompt,
coz the url doesn't match the cert common name. You can fix this by having a
wildcard cert *.domain.com to be deployed on the website.


--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button