Holger Reif wrote:
>
> > I've created a self-signed CA certificate. I use it to sign an other
> > certificate. Though the signature seems OK, I've got the following
> > message when I try to verify it:
> >
> > error 20 at 0 depth lookup:unable to get local issuer certificate
Another precision could be helpful: If I specify the CA and CApath to
the verify command, the error message is different:
verify -CApath /usr/local/ssl/certs/ -CAfile selfsignedCert.pem
mycert.pem
error 7 at 0 depth lookup:certificate signature failure
The Problem is that I have made a serveur and client application, that
does not start if I use mycert.pem, and works if I use
selfsignedcert.pem. But I cannot use a self signed cert for each client,
because I need to verify their identity, and be sure that the issuer of
their cert is my selfsignedCert.pem
Hope this will help you...
Eric DESBARBIEUX
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+