From 16f9c7990793f07716bf5f8618dba3c760ac3ef7 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 7 Nov 2023 22:53:29 +0100 Subject: [PATCH] added examples for MQTT TLS --- param-docs/parameter-pages/MQTT/CACert.md | 2 ++ param-docs/parameter-pages/MQTT/ClientCert.md | 2 ++ param-docs/parameter-pages/MQTT/ClientKey.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/param-docs/parameter-pages/MQTT/CACert.md b/param-docs/parameter-pages/MQTT/CACert.md index c06a9a5..7830798 100644 --- a/param-docs/parameter-pages/MQTT/CACert.md +++ b/param-docs/parameter-pages/MQTT/CACert.md @@ -1,6 +1,8 @@ # Parameter `CACert` Default Value: `""` +Example: `/config/certs/RootCA.pem`. + !!! Warning This is an **Expert Parameter**! Only change it if you understand what it does! diff --git a/param-docs/parameter-pages/MQTT/ClientCert.md b/param-docs/parameter-pages/MQTT/ClientCert.md index 38403b5..7fd7350 100644 --- a/param-docs/parameter-pages/MQTT/ClientCert.md +++ b/param-docs/parameter-pages/MQTT/ClientCert.md @@ -1,6 +1,8 @@ # Parameter `ClientCert` Default Value: `""` +Example: `/config/certs/client.pem.crt`. + !!! Warning This is an **Expert Parameter**! Only change it if you understand what it does! diff --git a/param-docs/parameter-pages/MQTT/ClientKey.md b/param-docs/parameter-pages/MQTT/ClientKey.md index d9046bf..daa6c73 100644 --- a/param-docs/parameter-pages/MQTT/ClientKey.md +++ b/param-docs/parameter-pages/MQTT/ClientKey.md @@ -1,6 +1,8 @@ # Parameter `ClientKey` Default Value: `""` +Example: `/config/certs/client.pem.key`. + !!! Warning This is an **Expert Parameter**! Only change it if you understand what it does!