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

View File

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

View File

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