added TLS note

This commit is contained in:
CaCO3
2023-11-07 22:50:09 +01:00
committed by GitHub
parent 07f060e05f
commit ede01a579d
3 changed files with 12 additions and 3 deletions

View File

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

View File

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

View File

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