Link to home
Start Free TrialLog in
Avatar of beer9
beer9Flag for India

asked on

How to verify a certificate chain?

Kindly let me know how can I verify the certificate chain using openssl command in linux. I have public certificate of application server and CA root server. Please let me know if there is a way to verify it. Thanks
ASKER CERTIFIED SOLUTION
Avatar of cyberstalker
cyberstalker

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beer9

ASKER

I am getting below error:

$ openssl verify -CAfile ca.crt.pem /tmp/user_id.crt.pem
/tmp/user_id.crt.pem: /CN=user_id
error 20 at 0 depth lookup:unable to get local issuer certificate

Open in new window