
mosquitto_passwd
List of commands for mosquitto_passwd:
-
mosquitto_passwd:tldr:1ac29 mosquitto_passwd: Upgrade an old plain-text password file to a hashed password file.$ mosquitto_passwd -U ${path-to-password_file}try on your machineexplain this command
-
mosquitto_passwd:tldr:325f4 mosquitto_passwd: Create the password file if it doesn't already exist.$ mosquitto_passwd -c ${path-to-password_file} ${username}try on your machineexplain this command
-
mosquitto_passwd:tldr:bc376 mosquitto_passwd: Add a new user to a password file (will prompt to enter the password).$ mosquitto_passwd ${path-to-password_file} ${username}try on your machineexplain this command