From c8015334846f59ec7e42b0dd8bafac028c65a2f3 Mon Sep 17 00:00:00 2001 From: Zorks <6314048+Zorks@users.noreply.github.com> Date: Fri, 1 Dec 2017 11:47:27 -0800 Subject: [PATCH] Added missing certfile/keyfile entries to code (#4116) 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 f944dc7989c..a99487c1f92 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" } ```