ASP.NET MVC: How to implement a wild card SSL for more than one static domain on a single IP?
Posted
by Dr. Zim
on Stack Overflow
See other posts from Stack Overflow
or by Dr. Zim
Published on 2010-05-12T14:52:39Z
Indexed on
2010/05/12
14:54 UTC
Read the original article
Hit count: 235
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 cert on an IP, then use DNS to map the various names to the IP?
© Stack Overflow or respective owner