开发者

ASP.NET MVC: How to implement a wild card SSL for more than one static domain on a single IP?

A wild card SSL allows any domain prefix:

*.mydomain.com accepts
ssl.mydomain.com
secure.mydomain.com
anything.mydomain.com

Given that MVC can route the request to the correct view based on the URL, is it as simple as loading the wildcard SSL 开发者_JAVA百科cert on an IP, then use DNS to map the various names to the IP?


Presuming you have each of the above setup as a separate site in IIS, you simply need to apply the certificate to each site through the IIS6 wizard or the IIS7 Bindings Menu.

In terms of SSL, the IP address does not matter, because the SSL Certificate is based on a DNS name, not an IP.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜