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`!