From 75ac42524467013b0091a22e93f23dacc5e376d6 Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Sun, 18 Mar 2018 14:06:36 -0400 Subject: [PATCH] Fix Duck DNS configuration example (#4946) Adds certfile and keyfile to the lets_encrypt configuration example. Without these parameters hassio doesn't allow to save configuration. --- source/_addons/duckdns.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 297cbb8fd9e..7994d84de03 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -15,7 +15,9 @@ featured: true ```json { "lets_encrypt": { - "accept_terms": true + "accept_terms": true, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem" }, "token": "sdfj-2131023-dslfjsd-12321", "domains": ["my-domain.duckdns.org"]