Free ssl certificate installation in umbraco multisite setup?
Hi,
we are using umbraco cms in multisite setup (example.com, example.de, example.fr etc.) . We want to install a free ssl certificate for SEO reasons. Preferably a free ssl certificate like let's encrypt which is supported by the hosting company. All websites\domains share the same IP. We don't need necessarily to install an ssl certificate\ domain; we could also install an ssl certificate that will cover all domains.
Is it possible to install let's encrypt or any other free ssl certificate to a multisite umbraco setup?
So far I have not found online a lot of information on that and how to do it .
Yes it is possible to use a LetsEncrypt certificate with an Umbraco site with multiple domains (which is basically what you are asking).
It's just the same as performing the actions for a site with a single domain. As long as all your domains are configured properly you shouldn't have any issues. The steps are just the same.
If you have direct access to your webserver, I would use something like this to manage a letsEncrypt certificate.
Free ssl certificate installation in umbraco multisite setup?
Hi,
we are using umbraco cms in multisite setup (example.com, example.de, example.fr etc.) . We want to install a free ssl certificate for SEO reasons. Preferably a free ssl certificate like let's encrypt which is supported by the hosting company. All websites\domains share the same IP. We don't need necessarily to install an ssl certificate\ domain; we could also install an ssl certificate that will cover all domains.
Is it possible to install let's encrypt or any other free ssl certificate to a multisite umbraco setup?
So far I have not found online a lot of information on that and how to do it .
Thank you very much in advance!
Hi Stelios,
Yes it is possible to use a LetsEncrypt certificate with an Umbraco site with multiple domains (which is basically what you are asking).
It's just the same as performing the actions for a site with a single domain. As long as all your domains are configured properly you shouldn't have any issues. The steps are just the same.
If you have direct access to your webserver, I would use something like this to manage a letsEncrypt certificate.
https://certifytheweb.com/
Thanks,
Nik
Thank you very much for your quick reply, Nik!
I have already started looking into certifytheweb!
Regards,
Stelios
I just set it up, the only thing you have to change in umbraco is the reserved path setting in the web.config:
You probably also want to run the backoffice under SSL? Then you need to set this line in the web.config to true:
Like this
Cheers, Jan
is working on a reply...