I am trying to setup an ocsp for the certificates generated out of strongswan PKI - using it as a CA. If I try to use openssl it just throws out
Can't open index.txt.attr for reading, No such file or directory
Tried re-doing the certificate line. Still doesn't work. I am just hitting a wall and need some fresh eyes on it.
- Is there a way to get strongswan to deploy?
If yes - 1a. How? Can't find any documentation on it. If no - 1b. am I on the right path with OpenSSL?
- How do I fix this error message - using strongswan - I can't seem to generate the index.txt
Also this is the command I'm using to try and get this running - openssl ocsp -index index.txt -CA ca.crt.pem -port 43450 -rkey ocsp.key.pem -rsigner ocsp.issuecrt.pem -resp_no_certs -nmin 60 -text
Previously I setup the April 2018 OpenSSL for ed25519 and X25519 algorithm compatibility. Before realising I couldn't get the crl to work. Then started deployment of strongswan for the pki and CA components(installed full strongswan manually through source,configure, make, make test, make install - installing dependency as I found the need. This worked, I got my crl working but now I can't get the ocsp and I have been at this for the better part of 2-3 weeks trying to figure this out and I have a feeling I am just being thick and a PEBKAC user. Hopefully you guys and girls can help. If you need any further information request and I shall edit and provide.