added examples for MQTT TLS

This commit is contained in:
CaCO3
2023-11-07 22:53:29 +01:00
committed by GitHub
parent ede01a579d
commit 16f9c79907
3 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
# Parameter `CACert`
Default Value: `""`
Example: `/config/certs/RootCA.pem`.
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!

View File

@@ -1,6 +1,8 @@
# Parameter `ClientCert`
Default Value: `""`
Example: `/config/certs/client.pem.crt`.
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!

View File

@@ -1,6 +1,8 @@
# Parameter `ClientKey`
Default Value: `""`
Example: `/config/certs/client.pem.key`.
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!