From ede01a579d1f2471ce1178f824db3d35d188e0c7 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Tue, 7 Nov 2023 22:50:09 +0100 Subject: [PATCH] added TLS note --- param-docs/parameter-pages/MQTT/CACert.md | 5 ++++- param-docs/parameter-pages/MQTT/ClientCert.md | 5 ++++- param-docs/parameter-pages/MQTT/ClientKey.md | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/param-docs/parameter-pages/MQTT/CACert.md b/param-docs/parameter-pages/MQTT/CACert.md index 35cfb10..c06a9a5 100644 --- a/param-docs/parameter-pages/MQTT/CACert.md +++ b/param-docs/parameter-pages/MQTT/CACert.md @@ -1,7 +1,10 @@ # Parameter `CACert` -Default Value: `` +Default Value: `""` !!! Warning This is an **Expert Parameter**! Only change it if you understand what it does! Path to the CA certificate file. + +!!! Note + This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://IP-ADRESS:8883`! diff --git a/param-docs/parameter-pages/MQTT/ClientCert.md b/param-docs/parameter-pages/MQTT/ClientCert.md index 91f4b6e..38403b5 100644 --- a/param-docs/parameter-pages/MQTT/ClientCert.md +++ b/param-docs/parameter-pages/MQTT/ClientCert.md @@ -1,7 +1,10 @@ # Parameter `ClientCert` -Default Value: `` +Default Value: `""` !!! Warning This is an **Expert Parameter**! Only change it if you understand what it does! Path to the Client Certificate file. + +!!! Note + This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://IP-ADRESS:8883`! diff --git a/param-docs/parameter-pages/MQTT/ClientKey.md b/param-docs/parameter-pages/MQTT/ClientKey.md index 080c155..d9046bf 100644 --- a/param-docs/parameter-pages/MQTT/ClientKey.md +++ b/param-docs/parameter-pages/MQTT/ClientKey.md @@ -1,7 +1,10 @@ # Parameter `ClientKey` -Default Value: `` +Default Value: `""` !!! Warning This is an **Expert Parameter**! Only change it if you understand what it does! Path to the Client Key file. + +!!! Note + This also means that you might have to change the protocol and port in [uri](https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters/#parameter-uri) to `mqtts://IP-ADRESS:8883`!