From d7b321786d2d3547eab09be235038b1d32e1633a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 26 Sep 2017 18:06:28 +0200 Subject: [PATCH] Update duckdns.markdown --- source/_addons/duckdns.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 2af749107ce..5ef39695406 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -17,7 +17,7 @@ featured: true "lets_encrypt": { "accept_terms": true }, -  "token": "sdfj-2131023-dslfjsd-12321", + "token": "sdfj-2131023-dslfjsd-12321", "domains": ["my-domain.duckdns.org"] } ``` @@ -30,3 +30,13 @@ Configuration variables: - **lets_encrypt.accept_terms** (*Optional*): If you accept the [Let's Encrypt Subscriber Agreement][le], it will generate & update Let's Enrypt certificates for your DuckDNS domain. [le]: https://letsencrypt.org/repository/ + +## {% linkable_title Home Assistant configuration %} + +Use the following configuration in Home Assistant to use the generated certificate: + +```yaml +http: + ssl_certificate: /ssl/fullchain.pem + ssl_key: /ssl/privkey.pem +```