Friday, April 24, 2015

iis 7 - Single IP, Multiple SSL Certs, NOT using wildcard, TLS on IIS 7 possible?

We host many sites with domains on a single IP ie. www.domain1.com, www.domain2.com. We want to secure /admin using SSL. Historically each SSL cert needs a unique IP address. These are small sites and acquiring / assigning an individual IP to each site is unrealistic both in terms of maintainability and cost. Because we are not using sub domains the wildcard SSL cert approach won't work.



Googling around I found that Apache can do this by using TLS, see answer here: SSL site not using the correct IP in Apache and Ubuntu



My question is whether this is possible with IIS 7.5 too? If so, does anyone know how to set this up?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...