Would it be possible to have two websites in IIS for DataMiner with different certs on each for https connections?
Michiel Saelen [SLC] [DevOps Enabler] Answered question 18th August 2023
Hi Philip,
There are probably multiple ways, but an easy way would be to have two DNS records (e.g. 'first.mydomain.com' and 'second.mydomain.com') pointing to both the same IP. In IIS on the DMA, you could then configure the bindings as below.
Michiel Saelen [SLC] [DevOps Enabler] Answered question 18th August 2023
Thank Michiel,
Of course you can, I was completely forgetting that fundamental part of web servers.