On Fri, 2003-07-18 at 12:22, Massimiliano Pala wrote: > > I have checked the corresponding keys for the OCSP-Responder > > (OCSPD-Cert, OCSPD-Key, CA-Key). The permissions are fine, so I am > > confused about the error-message. Any suggestions? > > Is this error from the openssl command line ?
Yes, openssl wasn't able to check the signed ocsp-response because it couldn't find the right cert. I solved the situation with the VAfile-parameter: openssl ocsp -issuer certs/FhG-CA_cert.pem -cert certs/frankCert.pem -url http://localhost:2560 -text -VAfile certs/fhgOcspdCert.pem Openssl can now verify the ocsp-response and gives a message concerning the status of the certificate. Hope that's it. -- bjoern ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
