https://netmaker.org logo
#install
Title
# install
b

bulky-solstice-12980

07/02/2022, 12:36 PM
Hi - looking to install netmaker with an existing traefik / mosquitto installation. Does netmaker support mosquitto with a password? currently using the following in my mosquitto configuration. This is primarily because it is public facing and I wanted added security:
Copy code
password_file /mosquitto/config/passwd
b

bored-island-21407

07/02/2022, 12:41 PM
Netmaker uses client certificates for mosquitto security, passwords are not supported
You should be able to modify your existing mosquitto conf to support password on one listening port and client certificates on another
Note, netmaker also requires unauthenticated access to mosquitto from the netmaker container
b

bulky-solstice-12980

07/02/2022, 12:56 PM
Hmm, I might have to take a look into mosquitto security again. Using it publicly for owntracks and assumed the only method of security for a public instance was the password support
b

bored-island-21407

07/02/2022, 12:59 PM
In addition to password and client certificates there is also the dynamic security module