feature: Checking Certificate Expiry

This commit is contained in:
Harshit Malpani
2021-09-24 13:27:06 +05:30
parent a7347cdf1a
commit cfa896ec54
5 changed files with 179 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# 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 "."
idf_component_register(SRCS "https_request_example_main.c" "time_sync.c"
INCLUDE_DIRS "include"
EMBED_TXTFILES server_root_cert.pem)