From 5985eeeea982f01a6d149f124d098ae1fab6de5f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 10 Oct 2017 11:36:06 +0200 Subject: [PATCH] Update lets_encrypt.markdown --- source/_addons/lets_encrypt.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_addons/lets_encrypt.markdown b/source/_addons/lets_encrypt.markdown index 976fbf43325..98d33c86e03 100644 --- a/source/_addons/lets_encrypt.markdown +++ b/source/_addons/lets_encrypt.markdown @@ -36,6 +36,9 @@ Use the following configuration in Home Assistant to use the generated certifica ```yaml 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.