mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 20:16:57 +03:00
Add parameters for MQTT TSL
This commit is contained in:
@@ -26,3 +26,6 @@ AutoStart
|
|||||||
Hostname
|
Hostname
|
||||||
RSSIThreshold
|
RSSIThreshold
|
||||||
TimeServer
|
TimeServer
|
||||||
|
CACert
|
||||||
|
ClientCert
|
||||||
|
ClientKey
|
||||||
|
|||||||
7
param-docs/parameter-pages/MQTT/CACert.md
Normal file
7
param-docs/parameter-pages/MQTT/CACert.md
Normal file
@@ -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.
|
||||||
7
param-docs/parameter-pages/MQTT/ClientCert.md
Normal file
7
param-docs/parameter-pages/MQTT/ClientCert.md
Normal file
@@ -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.
|
||||||
7
param-docs/parameter-pages/MQTT/ClientKey.md
Normal file
7
param-docs/parameter-pages/MQTT/ClientKey.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user