mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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
|
||||
{
|
||||
"lets_encrypt": {
|
||||
"accept_terms": true
|
||||
"accept_terms": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"token": "sdfj-2131023-dslfjsd-12321",
|
||||
"domains": ["my-domain.duckdns.org"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user