We have a VM with just a single site on it. It currently runs exclusively on one https domain with a wildcard SSL certificate.
We need to map another domain to the same IIS site, we have done this elsewhere with an additional IPaddress, but I don't believe this is possible with an Azure VM.
For example
Our application runs as https://www.myapp.com
and we want to point an addition domain at the exact same location eg https://www.myapp.co.uk
I have searched but can not find a solution and a lot of talk about SSL on multiple sites, but in our case we have just one site but with two domains.
Is there any work around for this?
We have a separate DNS and the VM is Windows 2008 running IIS 7.5
Thanks
Johnathan