Skip to content

Commit

Permalink
Remove default ROOT certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Oct 2, 2023
1 parent 472864e commit 3a94737
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
3 changes: 1 addition & 2 deletions src/Arduino_ESP32_OTA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <Update.h>
#include "Arduino_ESP32_OTA.h"
#include "tls/amazon_root_ca.h"
#include "decompress/lzss.h"
#include "decompress/utility.h"
#include "esp_ota_ops.h"
Expand Down Expand Up @@ -55,7 +54,7 @@ Arduino_ESP32_OTA::Arduino_ESP32_OTA()
,_ota_header{0}
,_ota_size(0)
,_crc32(0)
,_ca_cert{amazon_root_ca}
,_ca_cert{nullptr}
,_ca_cert_bundle{nullptr}
{

Expand Down
76 changes: 0 additions & 76 deletions src/tls/amazon_root_ca.h

This file was deleted.

0 comments on commit 3a94737

Please sign in to comment.