mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-09 13:06:56 +03:00
added TLS note
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
# Parameter `CACert`
|
# Parameter `CACert`
|
||||||
Default Value: ``
|
Default Value: `""`
|
||||||
|
|
||||||
!!! 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!
|
||||||
|
|
||||||
Path to the CA certificate file.
|
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`!
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
# Parameter `ClientCert`
|
# Parameter `ClientCert`
|
||||||
Default Value: ``
|
Default Value: `""`
|
||||||
|
|
||||||
!!! 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!
|
||||||
|
|
||||||
Path to the Client Certificate file.
|
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`!
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
# Parameter `ClientKey`
|
# Parameter `ClientKey`
|
||||||
Default Value: ``
|
Default Value: `""`
|
||||||
|
|
||||||
!!! 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!
|
||||||
|
|
||||||
Path to the Client Key file.
|
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`!
|
||||||
|
|||||||
Reference in New Issue
Block a user