我正在尝试为从strongswan PKI生成的证书设置一个ocsp --使用它作为一个CA。如果我尝试使用openssl,它只会抛出Can't open index.txt.attr for reading, No such file or directory,尝试重新执行证书行。如何修复此错误消息--使用strongswan --我似乎无法生成index.txt
这也是我用来尝试运行- openssl ocsp -index index.txt -CAca.crt.pem -然后开始为pk
我正在跟踪和app工作,但是我用服务器密钥创建的证书工作起来了
我知道我需要用我的服务器接受的证书传递ca选项,但我不知道如何指定我需要的证书。我希望接受来自其他CA的证书,而不仅仅是那些用我的服务器密钥签名的证书.[The peer's certificate must be chainable to a CA trusted by the server for the connection to be authenticatedWhen