Hi,
I am running a DNN site where I need to setup multiple SSL certificates for differing domain names.
From what I’ve read it’s not a good idea to create multiple web instances under IIS and point to the same install base...Correct?
Given this I thought I could add multiple IP addresses to the DNN web application and use the host header option, which does work fine (ignoring the SSL requirement).
I then assumed it was then possible to add multiple SSL identities based on the IP, port 443 and the SSL host header via the adsutil.vbs option. E.g.
script.exe adsutil.vbs set /w3svc/site identifier/SecureBindings "IP:443:host header"
I can add multiple IP’s to the Multiple SSL Identity section of the dialog etc. However, the SSL host header value only seems to only work for one last one defined by the adsutil.vbs command line option.
Is what I am trying to do possible? If so, any ideas on what I am doing wrong?
Other than this the only other option I can see is to use a Unified Communications multi-domain SSL certificate, which doesn’t particularly appeal to me…
Cheers,
Matt.