1
0
Fork 0

Add note about TLS

This commit is contained in:
Daniele Tricoli 2021-05-26 23:01:48 +02:00
parent 7a157feeef
commit 17bb29fb91
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ Install and configure [mosquitto](https://mosquitto.org/).
functionality.
* `mosquitto_become_user` - Default: root. When using become functionality for
privilege escalation, this is the user with desired privileges you become.
* `mosquitto_user` - Default: admin.
* `mosquitto_password` - Default: "set the password, Luke!" (without quotes).
* `mosquitto_certfile` - Default: "". Server certificate.
* `mosquitto_keyfile` - Default: "". Server key.
* `mosquitto_cafile` - Default: "". CA certificate.
TLS is enabled only if all of `mosquitto_certfile`, `mosquitto_keyfile` and
`mosquitto_cafile` are set.