Closed abrefort closed 9 years ago
Hi,
Self-signed certificates were unable to pass an openssl verify because issuer and subject were tested instead of cert.issuer and cert.subject, thus CA was never set to TRUE.
openssl verify
issuer
subject
cert.issuer
cert.subject
I also added keyCertSign and cRLSign usages to self-signed certificates.
Sincerely, Adrien
Thanks a lot! However, I decided to go even a little further down the road and please have a look at the discussion in #32
Hi,
Self-signed certificates were unable to pass an
openssl verify
becauseissuer
andsubject
were tested instead ofcert.issuer
andcert.subject
, thus CA was never set to TRUE.I also added keyCertSign and cRLSign usages to self-signed certificates.
Sincerely, Adrien