Skip to content

Commit c801533

Browse files
Zorksfrenck
authored andcommitted
Added missing certfile/keyfile entries to code (home-assistant#4116)
If user accidentally removes those by copy/pasting what was listed, it throws a "missing" error.
1 parent e0c7e20 commit c801533

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_addons/mosquitto.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Set up [Mosquitto](https://mosquitto.org/) as MQTT broker.
2323
"customize": {
2424
"active": false,
2525
"folder": "mosquitto"
26-
}
26+
},
27+
"certfile": "fullchain.pem",
28+
"keyfile": "privkey.pem"
2729
}
2830
```
2931

0 commit comments

Comments
 (0)