File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 153153[submodule "ports/esp32s2/esp-idf "]
154154 path = ports/esp32s2/esp-idf
155155 url = https://github.com/jepler/esp-idf.git
156+ [submodule "ports/esp32s2/certificates/nina-fw "]
157+ path = ports/esp32s2/certificates/nina-fw
158+ url = https://github.com/adafruit/nina-fw.git
Original file line number Diff line number Diff line change 1+ We share root certificates with the nina-fw to ensure they both use the same roots.
2+
3+ https://github.com/adafruit/nina-fw
Original file line number Diff line number Diff line change @@ -575,10 +575,11 @@ CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
575575# Certificate Bundle
576576#
577577CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y
578- CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
578+ # CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL is not set
579579# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set
580- # CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set
581- # CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set
580+ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE=y
581+ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
582+ CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="certificates/nina-fw/data/roots.pem"
582583# end of Certificate Bundle
583584
584585# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set
You can’t perform that action at this time.
0 commit comments