Hi - looking to install netmaker with an existing ...
# install
b
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
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
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
In addition to password and client certificates there is also the dynamic security module
2 Views