arendst / arendst/arendst.github.io
Errors on Self signed Mosquitto and how to correct them
- Dominant language
- No language data
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
It took me some time to successfully build an TLS version with full CA validation and local CA. In order for other guys to save time the following changes have to be made.
In section 2.2 Advanced: Using Full certificate validation
Wrong
#define INCLUDE_LOCAL_CA_CERT
Correct
#define INCLUDE_LOCAL_CERT
Wrong
Copy or move the files created in step 1.6 above (local_ca_data.h and local_ca_descriptor.h) to the $TASMOTAROOT/tasmota
Correct
Copy or move the files created in step 1.6 above (local_ca_data.h and local_ca_descriptor.h) to the $TASMOTAROOT/tasmota/**include**
Wrong
If desired, the two built-in certificates for Let's Encrypt and Amazon AWS may be omitted from the build by defining these macros in user_config_overrirde.h
Correct
If desired, the two built-in certificates for Let's Encrypt and Amazon AWS may be omitted from the build by defining these macros in **user_config_override.h**
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the documentation section titled “2.2 Advanced: Using Full certificate validation” and compare its three marked corrections with the issue. Update the macro name, the destination path for local_ca_data.h and local_ca_descriptor.h, and the user_config_override.h filename. Done means all three corrections appear accurately in the published documentation.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100