From c080c5871fd0156e4231fc7fd4a69b85963b769e Mon Sep 17 00:00:00 2001 From: Zorks <6314048+Zorks@users.noreply.github.com> Date: Fri, 1 Dec 2017 11:07:22 -0800 Subject: [PATCH] Added missing certfile/keyfile entries to code If user accidentally removes those by copy/pasting what was listed, it throws a "missing" error. --- source/_addons/mosquitto.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index f944dc7989c8..a99487c1f92e 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -23,7 +23,9 @@ Set up [Mosquitto](https://mosquitto.org/) as MQTT broker. "customize": { "active": false, "folder": "mosquitto" - } + }, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem" } ```