mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:50:53 +00:00
.
This commit is contained in:
@@ -29,12 +29,13 @@ networks:
|
|||||||
```
|
```
|
||||||
|
|
||||||
<p><i>mosquitto.conf</i></p>
|
<p><i>mosquitto.conf</i></p>
|
||||||
|
> [!NOTE]
|
||||||
|
> If you are using IP addresses, then issue certificates and keys to the corresponding IP address of MQTT brocker
|
||||||
``` text
|
``` text
|
||||||
## List ports listen to
|
## List ports listen to
|
||||||
listener 1883
|
listener 1883
|
||||||
listener 8883
|
listener 8883
|
||||||
|
|
||||||
## Certificates and keys issued for local domain 192.168.10.16
|
|
||||||
cafile /mosquitto/config/certs/esp32_ca.crt
|
cafile /mosquitto/config/certs/esp32_ca.crt
|
||||||
certfile /mosquitto/config/certs/esp32.crt
|
certfile /mosquitto/config/certs/esp32.crt
|
||||||
keyfile /mosquitto/config/certs/esp32.key
|
keyfile /mosquitto/config/certs/esp32.key
|
||||||
|
Reference in New Issue
Block a user