mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-29 07:26:20 +08:00
commit
3b1633d8fc
2 changed files with 17 additions and 5 deletions
16
docker/mosquitto-ee.conf
Normal file
16
docker/mosquitto-ee.conf
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue