diff --git a/addons/duckdns/index.html b/addons/duckdns/index.html index 925fb983aa..930428ad16 100644 --- a/addons/duckdns/index.html +++ b/addons/duckdns/index.html @@ -80,7 +80,7 @@ "lets_encrypt": { "accept_terms": true }, -  "token": "sdfj-2131023-dslfjsd-12321", + "token": "sdfj-2131023-dslfjsd-12321", "domains": ["my-domain.duckdns.org"] } @@ -92,6 +92,13 @@
  • seconds (Optional): Seconds between updates to Duck DNS.
  • lets_encrypt.accept_terms (Optional): If you accept the Let’s Encrypt Subscriber Agreement, it will generate & update Let’s Enrypt certificates for your DuckDNS domain.
  • +

    Home Assistant configuration

    +

    Use the following configuration in Home Assistant to use the generated certificate:

    +
    http:
    +  ssl_certificate: /ssl/fullchain.pem
    +  ssl_key: /ssl/privkey.pem
    +
    +