III. SECURITY IN MQTT
For a secured data transmission MQTT provides authentication and TLS
(Transport Layer Security). This TLS will create an encrypted connection
between the MQTT client and MQTT broker similar to web browser client
and web server. In this case we need a trusted server certificate on the
client.