mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 00:24:31 +08:00
allow anonymous access to mq but require cert
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
parent
41333301e6
commit
652d8a1018
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
per_listener_settings true
|
per_listener_settings true
|
||||||
|
|
||||||
listener 8883
|
listener 8883
|
||||||
allow_anonymous false
|
allow_anonymous true
|
||||||
require_certificate true
|
require_certificate true
|
||||||
use_identity_as_username true
|
use_identity_as_username true
|
||||||
cafile /mosquitto/certs/root.pem
|
cafile /mosquitto/certs/root.pem
|
||||||
|
|
Loading…
Add table
Reference in a new issue