Implementation of SSL on SaaS App with seprate domains
Posted
by asifch
on Server Fault
See other posts from Server Fault
or by asifch
Published on 2010-03-20T18:46:20Z
Indexed on
2010/03/20
18:51 UTC
Read the original article
Hit count: 436
Hi, We are developing a SaaS application in Asp.net, where we have used the Single application and Per Tenant Database. The application is more like a Saas e-commerce where SSL and data separation are required features. Now we want that every Tenant can have his separate top level domain names instead of the second level domains like 37Signals. So all the domains abc.com and xyz.com are using the same single app.
What i need to know is how to implement and deploy the https in the application so that everything works out fine, also how should we configure the NameServer and web application on IIS so that all the domains are pointing to the one application.
© Server Fault or respective owner