From 17bb29fb91c5cbacdcbcccdb23768061b93f7cf0 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Wed, 26 May 2021 23:01:48 +0200 Subject: [PATCH] Add note about TLS --- roles/mosquitto/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/mosquitto/README.md b/roles/mosquitto/README.md index 9b4b136..1b6d30a 100644 --- a/roles/mosquitto/README.md +++ b/roles/mosquitto/README.md @@ -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.