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
No EOL
229 B
CMake
5 lines
No EOL
229 B
CMake
# Embed the server root certificate into the final binary
|
|
#
|
|
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
|
|
idf_component_register(SRCS "https_request_example_main.c"
|
|
INCLUDE_DIRS ".") |