external name and migration plan

This commit is contained in:
2026-02-04 12:42:02 +01:00
parent 8d964a57bc
commit 78f7b942ac
3 changed files with 39 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
pid_file /tmp/mosquitto.pid
log_dest stdout
log_type all
log_type warning
persistence true
persistence_location /mosquitto/data
@@ -10,20 +10,20 @@ per_listener_settings true
listener 1884
protocol mqtt
allow_anonymous true
acl_file /mosquitto/config/aclfile
# acl_file /mosquitto/config/aclfile
listener 1883
protocol mqtt
allow_anonymous false
password_file /mosquitto/config/pwfile
acl_file /mosquitto/config/aclfile
# acl_file /mosquitto/config/aclfile
listener 8883
protocol mqtt
tls_version tlsv1.2
allow_anonymous false
password_file /mosquitto/config/pwfile
acl_file /mosquitto/config/aclfile
# acl_file /mosquitto/config/aclfile
certfile /mosquitto/config/ssl/server.crt
keyfile /mosquitto/config/ssl/server.key
dhparamfile /mosquitto/config/dhparam.pem