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:
Igor Motov 2018-03-18 14:06:36 -04:00 committed by Franck Nijhof
parent 9cb25206d9
commit 75ac425244

View File

@ -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"]