mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
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.
This commit is contained in:
parent
9cb25206d9
commit
75ac425244
@ -15,7 +15,9 @@ featured: true
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"lets_encrypt": {
|
"lets_encrypt": {
|
||||||
"accept_terms": true
|
"accept_terms": true,
|
||||||
|
"certfile": "fullchain.pem",
|
||||||
|
"keyfile": "privkey.pem"
|
||||||
},
|
},
|
||||||
"token": "sdfj-2131023-dslfjsd-12321",
|
"token": "sdfj-2131023-dslfjsd-12321",
|
||||||
"domains": ["my-domain.duckdns.org"]
|
"domains": ["my-domain.duckdns.org"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user