Background:
I have an Azure Service Account running an MVC website. It has an SSL certificate for secure access: https://www.caselines.co.uk
This works great.
We have been asked to provide access to the website via another domain e.g. www.anotherdomain.com
By pointing the second domain name at the service account (using the www cname property of the domain) we can access the website using www.anotherdomain.com
If we use https://www.anotherdomain.com we get the message 'There is a problem with this website's security certificate'. If we proceed then the site works great but the address bar correctly identifies that there is a certificate error.
Question:
Here's the question: If I load a second SSL certificate (for www.anotherdomain.com) into the service account and add a second entry into the certificates sections of the service configuration and service definition files, will that resolve the certificate error issue?