Skip to content

Commit 4654ec0

Browse files
committed
tasmota_ca: Define Mosquitto trust anchor as a CA not direct trust
Signed-off-by: Alex J Lennon <[email protected]>
1 parent ef7b94a commit 4654ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasmota/tasmota_support/tasmota_ca.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ const br_x509_trust_anchor PROGMEM Tasmota_TA[] = {
545545
#if defined(USE_MQTT_MOSQUITTO)
546546
{
547547
{ (unsigned char *)TA0_DN_mosquitto, sizeof TA0_DN_mosquitto },
548-
0,
548+
BR_X509_TA_CA,
549549
{
550550
BR_KEYTYPE_RSA,
551551
{ .rsa = {

0 commit comments

Comments
 (0)