mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
fixing mosquitto
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
@@ -9,8 +9,4 @@ 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
|
||||
allow_anonymous true
|
||||
Reference in New Issue
Block a user