Skip to content

Commit d7b3217

Browse files
authored
Update duckdns.markdown
1 parent 558cada commit d7b3217

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

source/_addons/duckdns.markdown

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ featured: true
1717
"lets_encrypt": {
1818
"accept_terms": true
1919
},
20-
 "token": "sdfj-2131023-dslfjsd-12321",
20+
"token": "sdfj-2131023-dslfjsd-12321",
2121
"domains": ["my-domain.duckdns.org"]
2222
}
2323
```
@@ -30,3 +30,13 @@ Configuration variables:
3030
- **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.
3131

3232
[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:
37+
38+
```yaml
39+
http:
40+
ssl_certificate: /ssl/fullchain.pem
41+
ssl_key: /ssl/privkey.pem
42+
```

0 commit comments

Comments
 (0)