This commit is contained in:
2024-07-03 23:44:44 -04:00
parent 46aaacf174
commit 618a525c89

View File

@@ -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