I have multiple domains in one instance of Umbraco v7.15.3 and need to add security certificates for each site.
At the moment, the sites that have a security certificate all use the same one, because they all have the same subdomain (and we have a wildcard certificate).
Has anyone come across any issues with adding additional certificates for the other sites, which are all different?
We have lots of sites with many domains, you probably want to look into a SAN so you can add multiple domains to the same cert. I'm not aware of a way to add multiple certs to a site in IIS. You can use LetsEncrypt for free and add up to 100 domains to a SAN: https://support.dnsimple.com/articles/letsencrypt/#:~:text=A%20single%20Let's%20Encrypt%20certificate,%2C%20wildcard%20names%2C%20or%20both.
In IIS, you create the site pointing to your umbraco folder as standard.
Then under Bindings, you can add each domain for each of the sites that your instance of umbraco hosts, and so, under "Site Bindings" each can be edited and given an individual SSL certificate.
My question is whether they can be given different security certificates, because I think older versions of IIS would override the existing cert with the latest one entered.
Security Certificates on Multi-Domain sites
I have multiple domains in one instance of Umbraco v7.15.3 and need to add security certificates for each site.
At the moment, the sites that have a security certificate all use the same one, because they all have the same subdomain (and we have a wildcard certificate).
Has anyone come across any issues with adding additional certificates for the other sites, which are all different?
Thanks
Muiris
We have lots of sites with many domains, you probably want to look into a SAN so you can add multiple domains to the same cert. I'm not aware of a way to add multiple certs to a site in IIS. You can use LetsEncrypt for free and add up to 100 domains to a SAN: https://support.dnsimple.com/articles/letsencrypt/#:~:text=A%20single%20Let's%20Encrypt%20certificate,%2C%20wildcard%20names%2C%20or%20both.
In IIS, you create the site pointing to your umbraco folder as standard.
Then under Bindings, you can add each domain for each of the sites that your instance of umbraco hosts, and so, under "Site Bindings" each can be edited and given an individual SSL certificate.
My question is whether they can be given different security certificates, because I think older versions of IIS would override the existing cert with the latest one entered.
is working on a reply...