Add labs
This commit is contained in:
10
04-mosquitto/lab05/config/mosquitto.conf
Normal file
10
04-mosquitto/lab05/config/mosquitto.conf
Normal file
@ -0,0 +1,10 @@
|
||||
listener 1883
|
||||
|
||||
listener_allow_anonymous true
|
||||
password_file /mosquitto/config/users.txt
|
||||
acl_file /mosquitto/config/acl.txt
|
||||
|
||||
listener 8883
|
||||
listener_allow_anonymous true
|
||||
certfile /mosquitto/config/cert.pem
|
||||
keyfile /mosquitto/config/key.pem
|
||||
Reference in New Issue
Block a user