Merge pull request #48 from ipnet-mesh/feature/mqtt-tls

Added support for MQTT TLS
This commit is contained in:
JingleManSweep
2025-12-07 21:16:13 +00:00
committed by GitHub
12 changed files with 95 additions and 0 deletions
+5
View File
@@ -52,6 +52,11 @@ MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_PREFIX=meshcore
# Enable TLS/SSL for MQTT connection (default: false)
# When enabled, uses TLS with system CA certificates (e.g., for Let's Encrypt)
# Set to true for secure MQTT connections (port 8883)
MQTT_TLS=false
# External port mappings for local MQTT broker (--profile mqtt only)
MQTT_EXTERNAL_PORT=1883
MQTT_WS_PORT=9001