Hello All, I'm trying to get a basic root CA setup with an intermediate CA to handle all the end user certificate signing.
So far I've created a Root CA I created an intermediate CA and signed it's certificate with the Root CA I created an end user certificate and signed it with the intermediate CA. Now I want to be able to just import the Root CA and have all end user certificates be verified. I tried running: openssl verify -CAfile ../root/ca-cert.crt user.crt and it returns with error 20 at 0 depth lookup:unable to get local issuer certificate Thanks for any help.