Hi. Sorry to "bump." But I really need to figure this out. I'll restate the question in different terms.
I'm currently running two DNN (5.2.x) installations on their own IIS applications. Each installation has one portal and represents a subdomain secured with its own SSL certificate. Each application has its own IP address (as is required with SSL on IIS). I am going to need to create more sites, each which is SSL encrypted. I could create new DNN installations for each site as I have for the two currentlly up, but I'm realizing that this is quickly going to become an administrative nightmare.
So my question is whether it is possible to have multiple portals running under one DNN installation, and for each portal (representing a subdomain) to be secured with its own SSL cert (and presumably its own IP address)?
In other words:
portal 1 - subdomain1.subdomain.domain.edu (has own SSL certificate)
portal 2 - subdomain2.subdomain.domain.edu (has own SSL certificate)
portal 3 - subdomain3.subdomain.domain.edu (has own SSL certificate)
portal 4 - subdomain4.subdomain.domain.edu (has own SSL certificate)
I have currently decided against the use of "wildcard" certs because of the expense when considering the expected number of subdomains. But if using a wildcard cert will help achieve the desired results in DNN, I would consider it. (Just throwing that out there.)
I really hope someone can help? :)
-Jeremy