From 2bf79f1ceb083cd07b3616400f0377335d6ec00e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 10 Oct 2017 11:32:59 +0200 Subject: [PATCH] Update duckdns.markdown --- source/_addons/duckdns.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 07a262fad63..8e89ad9eb59 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -37,6 +37,9 @@ Use the following configuration in Home Assistant to use the generated certifica ```yaml http: + base_url: https://my-domain.duckdns.org: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.