我正在尝试在https://www.wolfssl.com/documentation/ssl-tutorial-2.3.zip运行 wolfSSL 提供的服务器代码,但出现此错误:
Error loading ../certs/ca-cert.pem, please check the file.
所以,我检查了那个文件,它已经过了有效期。我尝试按照这个答案更新证书,但是当我运行时:
openssl x509 -x509toreq -in ca-cert.pem -out ca-cert.csr -signkey ca-cert.pem
我收到此错误:
unable to load request key
140640989897152:error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: ANY PRIVATE KEY
我不知道该怎么办。任何帮助表示赞赏。