diff --git a/addons/lets_encrypt/index.html b/addons/lets_encrypt/index.html index 6fe4d66638..5fbe850384 100644 --- a/addons/lets_encrypt/index.html +++ b/addons/lets_encrypt/index.html @@ -95,10 +95,12 @@ This add-on need port 80/443 to verify the certificate request, please stop all

Home Assistant configuration

Use the following configuration in Home Assistant to use the generated certificate:

http:
+  base_url: https://my-domain.tld:8123
   ssl_certificate: /ssl/fullchain.pem
   ssl_key: /ssl/privkey.pem
 
+

If you use a other port as 8123 or a SSL proxy, change the port number.