Skip to content

Commit

Permalink
tasmota_ca: Define Mosquitto trust anchor as a CA not direct trust
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Mar 19, 2023
1 parent ef7b94a commit 4654ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_support/tasmota_ca.ino
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const br_x509_trust_anchor PROGMEM Tasmota_TA[] = {
#if defined(USE_MQTT_MOSQUITTO)
{
{ (unsigned char *)TA0_DN_mosquitto, sizeof TA0_DN_mosquitto },
0,
BR_X509_TA_CA,
{
BR_KEYTYPE_RSA,
{ .rsa = {
Expand Down

0 comments on commit 4654ec0

Please sign in to comment.