mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-09 21:17:09 +03:00
added examples for MQTT TLS
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `CACert`
|
# Parameter `CACert`
|
||||||
Default Value: `""`
|
Default Value: `""`
|
||||||
|
|
||||||
|
Example: `/config/certs/RootCA.pem`.
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `ClientCert`
|
# Parameter `ClientCert`
|
||||||
Default Value: `""`
|
Default Value: `""`
|
||||||
|
|
||||||
|
Example: `/config/certs/client.pem.crt`.
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `ClientKey`
|
# Parameter `ClientKey`
|
||||||
Default Value: `""`
|
Default Value: `""`
|
||||||
|
|
||||||
|
Example: `/config/certs/client.pem.key`.
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user