1# Embed the server root certificate into the final binary 2# 3# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.) 4idf_component_register(SRCS "esp_http_client_example.c" 5 INCLUDE_DIRS "." 6 EMBED_TXTFILES howsmyssl_com_root_cert.pem 7 postman_root_cert.pem) 8