24 lines
555 B
Plaintext
24 lines
555 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
|
|
|
|
# Unencrypted listener for local Thread nodes
|
|
# Thread is already encrypted, so we don't need to use TLS for this listener
|
|
listener 1883 ::
|
|
protocol mqtt
|
|
socket_domain ipv6
|
|
allow_anonymous true |