2Ara
"openssl crl" verify gives "Error getting CRL issuer certificate"
File A - This is my CRL File - http://pastebin.com/yvstfPTD
File B - It's signed by this cert - http://pastebin.com/T1pXZSat
File C - The CRL signing cert has been issued by this CA http://pastebin.com/Q82PZCh1
File B & C are in directory dir1
When I issue command
openssl crl -in A -CApath dir1
I get the error
Error getting CRL issuer certificate
This is a vague error message.
How do I figure our what's the problem here?
All files are in PEM format