From 07f060e05f67fb3969c8bcfce0626b2c8066c59b Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 7 Nov 2023 22:35:26 +0100 Subject: [PATCH] Add parameters for MQTT TSL --- param-docs/expert-params.txt | 3 +++ param-docs/parameter-pages/MQTT/CACert.md | 7 +++++++ param-docs/parameter-pages/MQTT/ClientCert.md | 7 +++++++ param-docs/parameter-pages/MQTT/ClientKey.md | 7 +++++++ 4 files changed, 24 insertions(+) create mode 100644 param-docs/parameter-pages/MQTT/CACert.md create mode 100644 param-docs/parameter-pages/MQTT/ClientCert.md create mode 100644 param-docs/parameter-pages/MQTT/ClientKey.md diff --git a/param-docs/expert-params.txt b/param-docs/expert-params.txt index b7a0a9c..b3bd2a0 100644 --- a/param-docs/expert-params.txt +++ b/param-docs/expert-params.txt @@ -26,3 +26,6 @@ AutoStart Hostname RSSIThreshold TimeServer +CACert +ClientCert +ClientKey diff --git a/param-docs/parameter-pages/MQTT/CACert.md b/param-docs/parameter-pages/MQTT/CACert.md new file mode 100644 index 0000000..35cfb10 --- /dev/null +++ b/param-docs/parameter-pages/MQTT/CACert.md @@ -0,0 +1,7 @@ +# Parameter `CACert` +Default Value: `` + +!!! Warning + This is an **Expert Parameter**! Only change it if you understand what it does! + +Path to the CA certificate file. diff --git a/param-docs/parameter-pages/MQTT/ClientCert.md b/param-docs/parameter-pages/MQTT/ClientCert.md new file mode 100644 index 0000000..91f4b6e --- /dev/null +++ b/param-docs/parameter-pages/MQTT/ClientCert.md @@ -0,0 +1,7 @@ +# Parameter `ClientCert` +Default Value: `` + +!!! Warning + This is an **Expert Parameter**! Only change it if you understand what it does! + +Path to the Client Certificate file. diff --git a/param-docs/parameter-pages/MQTT/ClientKey.md b/param-docs/parameter-pages/MQTT/ClientKey.md new file mode 100644 index 0000000..080c155 --- /dev/null +++ b/param-docs/parameter-pages/MQTT/ClientKey.md @@ -0,0 +1,7 @@ +# Parameter `ClientKey` +Default Value: `` + +!!! Warning + This is an **Expert Parameter**! Only change it if you understand what it does! + +Path to the Client Key file.