You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_addons/duckdns.markdown
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ featured: true
17
17
"lets_encrypt": {
18
18
"accept_terms": true
19
19
},
20
-
"token": "sdfj-2131023-dslfjsd-12321",
20
+
"token": "sdfj-2131023-dslfjsd-12321",
21
21
"domains": ["my-domain.duckdns.org"]
22
22
}
23
23
```
@@ -30,3 +30,13 @@ Configuration variables:
30
30
-**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.
31
31
32
32
[le]: https://letsencrypt.org/repository/
33
+
34
+
## {% linkable_title Home Assistant configuration %}
35
+
36
+
Use the following configuration in Home Assistant to use the generated certificate:
0 commit comments