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 Franck Nijhof
parent e0c7e20b6b
commit c801533484

View File

@ -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"
} }
``` ```