CMakeLists.txt 220 B

1234
  1. # Embed the certificate & key data directly in the built binary
  2. idf_component_register(SRCS "openssl_server_example_main.c"
  3. INCLUDE_DIRS "."
  4. EMBED_TXTFILES cacert.pem prvtkey.pem)