Use the correct certificate file name.

pull/274/head
Anthony Hu 2021-11-04 12:23:45 -04:00
parent 468a5fb583
commit 7f2b379d0e
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ int main(void)
int ret;
WOLFSSL_CERT_MANAGER* cm = NULL;
const char* caCert = "./falcon1024_root_cert.pem";
const char* verifyCert = "./falcon1024_entity_cert.pem";
const char* caCert = "./falcon_level5_root_cert.pem";
const char* verifyCert = "./falcon_level5_entity_cert.pem";
wolfSSL_Init();
#ifdef DEBUG_WOLFSSL