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