I have a site that can be accessed through example.com
. I can secure traffic to and from this site by installing a certificate on the web server that is tied to the example
domain.
Now, I have another domain, example2.com
. I set up domain aliasing for this domain to access the same site as can be accessed by example.com
. I want to secure traffic to and from the site as accessed via example2.com
. It is likely that in the future, I will want to set up other domain aliases to access the site and would also want to secure traffic to and from the site from these too.
As I understand it, SSL certificates are tied to domains. Would I need a certificate then for each domain that I alias to point to my site? Secondly, I also understand that IIS 7 can only be configured with one certificate for an IP and port, therefore, what are the options available for securing traffic to and from a site accessed via multiple domain aliases? Is this possible?