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:
Zorks 2017-12-01 11:47:27 -08:00 committed by Fabian Affolter
parent 5013c8fa20
commit 9cae02a84c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,7 +23,9 @@ Set up [Mosquitto](https://mosquitto.org/) as MQTT broker.
"customize": {
"active": false,
"folder": "mosquitto"
}
},
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}
```