Added missing certfile/keyfile entries to code (#4116)
If user accidentally removes those by copy/pasting what was listed, it throws a "missing" error.
This commit is contained in:
parent
5013c8fa20
commit
9cae02a84c
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ Set up [Mosquitto](https://mosquitto.org/) as MQTT broker.
|
||||||
"customize": {
|
"customize": {
|
||||||
"active": false,
|
"active": false,
|
||||||
"folder": "mosquitto"
|
"folder": "mosquitto"
|
||||||
}
|
},
|
||||||
|
"certfile": "fullchain.pem",
|
||||||
|
"keyfile": "privkey.pem"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue