From b194e20f8a02a9773f61206c0fc64ded93b688b2 Mon Sep 17 00:00:00 2001 From: Norbert <48217146+Noschvie@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:45:43 +0100 Subject: [PATCH] Fix typo (#1455) --- docs/Self-signed-Mosquitto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Self-signed-Mosquitto.md b/docs/Self-signed-Mosquitto.md index c62694c73b..b47816fa5e 100644 --- a/docs/Self-signed-Mosquitto.md +++ b/docs/Self-signed-Mosquitto.md @@ -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