Examples (4)
Add a new user to a password file (will prompt to enter the password)
mosquitto_passwd path/to/password_file usernameCreate the password file if it doesn't already exist
mosquitto_passwd -c path/to/password_file usernameDelete the specified username instead
mosquitto_passwd -D path/to/password_file usernameUpgrade an old plain-text password file to a hashed password file
mosquitto_passwd -U path/to/password_filemade by @shridhargupta | data from tldr-pages