Files
AI-on-the-edge-device/param-docs/parameter-pages/MQTT/ClientKey.md
CaCO3 8410df6144 Move param doc (#2843)
moved param doc from docs repo to here
2024-01-31 21:53:56 +01:00

781 B

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!

Path to the Client Key file.

This is part of the configuration to enable TLS for MQTT. The Client Key is used by the client to prove its identity to the server, in conjunction with the Client Certificate. It is the second part of the MTLS handshake.

Usually there is a one pair of Client Certificate/Key for each client that connects to the MQTT broker

!!! Note If set, ClientCert must be set too This also means that you might have to change the protocol and port in uri to mqtts://example.com:8883!