updated MQTT mTLS parameters, for clarity

This commit is contained in:
guilly
2023-12-01 20:59:44 +00:00
parent 6ec777bbe2
commit bd710539db
3 changed files with 20 additions and 0 deletions

View File

@@ -8,5 +8,11 @@ Example: `/config/certs/RootCA.pem`.
Path to the CA certificate file.
This is part of the configuration to enable TLS for MQTT.
The CA Certificate is used by the client to validate the broker is who it claims to be.
It allows the client to authenticate the server, which is the first part of the MTLS handshake.
Usually there is a common RootCA certificate for the MQTT broker
!!! 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://example.com:8883`!