2018-09-10 21:44:12 -04:00
|
|
|
# Embed the certificate & key data directly in the built binary
|
2019-04-28 03:38:46 -04:00
|
|
|
idf_component_register(SRCS "openssl_server_example_main.c"
|
|
|
|
INCLUDE_DIRS "."
|
2020-11-10 02:40:01 -05:00
|
|
|
EMBED_TXTFILES cacert.pem prvtkey.pem)
|