mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
per_listener_settings true
|
|
|
|
listener 8883
|
|
allow_anonymous false
|
|
require_certificate true
|
|
use_identity_as_username true
|
|
cafile /mosquitto/certs/root.pem
|
|
certfile /mosquitto/certs/server.pem
|
|
keyfile /mosquitto/certs/server.key
|
|
|
|
listener 1883
|
|
allow_anonymous true
|
|
|
|
listener 1884
|
|
allow_anonymous false
|
|
password_file /etc/mosquitto.passwords
|