Files
Smartwave/orchestrateur/mqtt/mosquitto-tls.conf
T
Ninluc 0e89e42b48
Build, push image, and notify Watchtower / build-image (push) Successful in 51s
Build, push image, and notify Watchtower / notify (push) Successful in 1m40s
MQTT esp_wifi
2026-07-17 18:50:53 +02:00

17 lines
360 B
Plaintext

persistence true
persistence_location /mosquitto/data/
autosave_interval 60
log_dest stdout
log_type error
log_type warning
log_type notice
log_type information
allow_anonymous true
listener 8884
protocol mqtt
cafile /mosquitto/certs/ca.crt
certfile /mosquitto/certs/server.crt
keyfile /mosquitto/certs/server.key
require_certificate false
tls_version tlsv1.2