From b2f7e30d7819c93d15f51398a3e8e99776fc6254 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Thu, 4 Jul 2024 01:01:23 -0400 Subject: [PATCH] . --- ESP32_Temperture-Node/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32_Temperture-Node/README.md b/ESP32_Temperture-Node/README.md index cc5ee6dcd..aff92e9ae 100644 --- a/ESP32_Temperture-Node/README.md +++ b/ESP32_Temperture-Node/README.md @@ -31,7 +31,7 @@ networks:

/mosquitto/mosquitto.conf

> [!WARNING] -> If you are using IP addresses, then issue certificates and keys to the corresponding IP address of MQTT brocker +> If you are using IP addresses, then issue certificates and keys to the corresponding IP address of MQTT broker ``` text ## List ports listen to @@ -52,7 +52,7 @@ persistence_location /srv/dev-disk-by-label/docker/columes/mosquitto/data/

The two lines of code shown below are the most crucial as they are responsible for connecting ESP32 to the MQTT broker.

> [!NOTE] -> A set of SSL certificates and key used by ESP32 MQTT client must correspond to ones used by MQTT brocker. Otherwise, secure connection won't be established. +> A set of SSL certificates and key used by ESP32 MQTT client must correspond to ones used by MQTT broker. Otherwise, secure connection won't be established. ```C espClientSSL.setCACert(NODE_CERT_CA);