From a91ea9286aa9c8be510906efd11632ebd748fa09 Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Wed, 2 Oct 2019 21:03:46 +0000 Subject: [PATCH] Mosquitto 5.1 udpate (#9771) --- source/_addons/mosquitto.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index 6dbf54510e8..7b1f5af0c3f 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -42,6 +42,16 @@ customize: required: false type: [boolean, string] default: false +cafile: + description: Path to the CA certificate. If not set, will default to the *certfile* value. + required: false + default: certfile + type: string +require_certificate: + description: Restrict to users with a valid certificate only. + required: false + default: false + type: boolean {% endconfiguration %} ### Home Assistant user management