From 731771ea50585b59c2a002f6e420f21c82a858fa Mon Sep 17 00:00:00 2001 From: DubhAd Date: Fri, 28 Dec 2018 20:45:55 +0000 Subject: [PATCH] Update to reflect that https should be specified (#7971) Update to reflect that https should be specified --- source/_addons/duckdns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 4626bd7617e..d1726880996 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -55,7 +55,7 @@ Use the following configuration in Home Assistant to use the generated certifica ```yaml http: - base_url: my-domain.duckdns.org:8123 + base_url: https://my-domain.duckdns.org:8123 ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem ```