Topic: wolfSSL error: can't load ca file, Please run from wolfSSL home dir
Hello,
I just want to run TLS1.3 with pqc for experiments.
So, I'm just fallowing instructions at https://github.com/wolfSSL/wolfssl/blob/master/INSTALL and
I excuted codes like below, also I can find my ca files at my certs directory.
examples/server/server -v 4 -l TLS_AES_256_GCM_SHA384 \
-A certs/falcon_level5_root_cert.pem \
-c certs/falcon_level1_entity_cert.pem \
-k certs/falcon_level1_entity_key.pem \
--pqc P521_KYBER_LEVEL5
but, there's some error that:
wolfSSL error: can't load ca file, Please run from wolfSSL home dir
I cannot solve this error by my self.
so, I want to get some advice to someone
Please help me,, thank you.