mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:24:26 +00:00
.
This commit is contained in:
@@ -29,12 +29,13 @@ networks:
|
||||
```
|
||||
|
||||
<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
|
||||
## List ports listen to
|
||||
listener 1883
|
||||
listener 8883
|
||||
|
||||
## Certificates and keys issued for local domain 192.168.10.16
|
||||
cafile /mosquitto/config/certs/esp32_ca.crt
|
||||
certfile /mosquitto/config/certs/esp32.crt
|
||||
keyfile /mosquitto/config/certs/esp32.key
|
||||
|
Reference in New Issue
Block a user