Skip to content

Commit

Permalink
Fix typo (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noschvie authored Jan 25, 2025
1 parent ebf36cc commit b194e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Self-signed-Mosquitto.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ git clone https://www.bearssl.org/git/BearSSL
cd BearSSL
make tools
```
- Convert the root certificate into a format suitable for inclusion in the Tasmota build. This be will easier if the `brssl` (`brssl.exe` in Cygwin) executable is copied into the the `easyrsa3` directory first. Then, these two commands may be executed from the `easyrsa3` directory verbatim to generate the required header files.
- Convert the root certificate into a format suitable for inclusion in the Tasmota build. This will be easier if the `brssl` (`brssl.exe` in Cygwin) executable is copied into the the `easyrsa3` directory first. Then, these two commands may be executed from the `easyrsa3` directory verbatim to generate the required header files.

```
./brssl ta pki/ca.crt | sed -e 's/TA0/PROGMEM TA0/' -e '/br_x509/,+999 d' > local_ca_data.h
Expand Down

0 comments on commit b194e20

Please sign in to comment.