V
Virtual Techie
Hi Guys, just wondered if someone could ponder over if the below looks correct
Task:
Host 2 websites with different URLS (see below) on the same internal AD domain (internaldomain.local) on the same server which both URLs need to be secured with https
e.g.
Solution
use host headers in (bindings) in IIS and create Cname record in DNS to point to the server name
Would this work?
Question
One thing I am not clear on is, how would I deal with the SSL certificates here, . i.e. weather I would just need 1 certificate or 2 certificates for 2 different URLS? Wildcard certificates are not allowed
Hope some clever people can help ..
Continue reading...
Task:
Host 2 websites with different URLS (see below) on the same internal AD domain (internaldomain.local) on the same server which both URLs need to be secured with https
e.g.
- https:\\shop1.internaldomain.local
- https:\\shop2.internaldomain.local
Solution
use host headers in (bindings) in IIS and create Cname record in DNS to point to the server name
- Cname : shop1.internaldomain.local -> webserver1.interdomain.local
- Cname : shop2.internaldomain.local -> webserver1.interdomain.local
Would this work?
Question
One thing I am not clear on is, how would I deal with the SSL certificates here, . i.e. weather I would just need 1 certificate or 2 certificates for 2 different URLS? Wildcard certificates are not allowed
Hope some clever people can help ..
Continue reading...