Skip to content

Commit 16d5c1c

Browse files
committed
espressif: switch to full root certificate bundle
1 parent 9072fe6 commit 16d5c1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=2048
9696
#
9797
# Certificate Bundle
9898
#
99-
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE=y
100-
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
101-
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="../../lib/certificates/data/roots.pem"
99+
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
102100
# end of Certificate Bundle
103101

104102
# CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER is not set

0 commit comments

Comments
 (0)