mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
947e3e94ed
Adds the ESP certificate bundle feature that enables users to bundle a root certificate bundle together with their application. Default bundle includes all Mozilla root certificates Closes IDF-296
5 lines
112 B
CMake
5 lines
112 B
CMake
set(COMPONENT_SRCS "https_x509_bundle_example_main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|