Add parameters for MQTT TSL

This commit is contained in:
CaCO3
2023-11-07 22:35:26 +01:00
committed by GitHub
parent 1739c0291a
commit 07f060e05f
4 changed files with 24 additions and 0 deletions

View 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.

View 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.

View 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.