Fredrik "Pekka" Ragnarsson

Results 3 comments of Fredrik "Pekka" Ragnarsson

Hello! This is how my `authentication.conf` looks: ``` authentication { type = file file { file.userfile = "conf/users.conf" } } ``` I have tried using both `conf/users.conf` and `users.conf` as...

I used `htpasswd` with the options `-s -n`. That is how I understand `gen_passwords.sh` does it. The hash is for the password `brapw`.

You can probably use DNS clustering with Consul. If all your nodes register with consul using the service name `emqx` the following config should work: ``` ## Cluster discovery cluster.discovery...