-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change cfg bool to byte and some documentation
- Loading branch information
1 parent
af63576
commit 1691cd4
Showing
5 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,15 @@ | |
* To validate the certificate dates, the NTP driver must be enabled, | ||
* otherwise the build date will be used to validate. | ||
* | ||
* You can use Mqtt TSL without a CA or public certificate if you disable | ||
* validation, but this is not recommended. | ||
* Your client will be vulnerable to the MIT attack. | ||
* | ||
* Additionally, an option to disable the web app has been added to | ||
* strengthen security. Communication only with secure mqtt connection | ||
* strengthen security. After connected to mqtt use | ||
* cmnd/<topic>/WebServer 0 to disable web interface | ||
* cmnd/<topic>/WebServer 1 to enable web interface | ||
* Communication only with secure mqtt connection | ||
* | ||
* Author: [email protected] | ||
* | ||
|