From a2707608489c2fec677b03bc8c3199d1bf0a5294 Mon Sep 17 00:00:00 2001 From: Shashidharan Anbazhagan Date: Fri, 12 Jan 2024 12:11:46 +0530 Subject: [PATCH] made changes in the setup.md for mqtts part --- SETUP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SETUP.md b/SETUP.md index 21ded55..e34312e 100644 --- a/SETUP.md +++ b/SETUP.md @@ -602,6 +602,8 @@ To access mqtt channel, user needs credentials to access it. # mosquitto_passwd -c /etc/mosquitto/credentials/passwd Password: Reenter password: + + # chmod 644 /etc/mosquitto/credentials/passwd ``` 3. Close the connection to mqtts (Ctrl+D).