Hi Dileep,
> I am not able to create the password file for mosquitto broker I have used
> mosquitto_passwd util as below
This would probably be better asked on the mosquitto-users mailing list.
> mosquitto_passwd -c /etc admin
The first problem is that you are attempting to create a password file
at the location "/etc", which is a directory. You need to provide the
full path, e.g. "mosquitto_passwd -c /etc/mosquitto/passwd admin". A
second possible problem is that you must have permission to write to
the location.
Version 1.1.3 is better at reporting errors, but I will ensure that it
handles the case of trying to write to a directory.
Cheers,
Roger