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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue