File tree Expand file tree Collapse file tree
fullstack/freertos-wolfip-wolfssl-https Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
77
88# wolfSSL configuration
99add_definitions (-DWOLFSSL_USER_SETTINGS )
10+ add_definitions (-DWOLFSSL_WOLFIP )
1011
1112# FreeRTOS Kernel source files for POSIX port
1213set (FREERTOS_PORT_DIR ${CMAKE_CURRENT_SOURCE_DIR} /freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix)
Original file line number Diff line number Diff line change 3434#define HTTPS_TASK_PRIORITY (tskIDLE_PRIORITY + 2)
3535
3636/* Certificate paths */
37- #define CERT_FILE "./certs/server-cert.pem"
38- #define KEY_FILE "./certs/server-key.pem"
39- #define CA_FILE "./certs/ca-cert.pem"
37+ #define CERT_FILE "../../../../wolfssl /certs/server-cert.pem"
38+ #define KEY_FILE "../../../../wolfssl /certs/server-key.pem"
39+ #define CA_FILE "../../../../wolfssl /certs/ca-cert.pem"
4040
4141/* Initialize HTTPS server with wolfSSL and wolfIP */
4242int https_server_init (struct wolfIP * ipstack );
You can’t perform that action at this time.
0 commit comments