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