Verify certificate with CA

From WilliamsNet Wiki
Revision as of 18:59, 2 November 2021 by DrEdWilliams (talk | contribs) (Created page with "How to use OpenSSL on the command line to verify that a certificate was issued by a specific CA, given that CA's certificate $ openssl verify -verbose -CAfile cacert.pem ser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to use OpenSSL on the command line to verify that a certificate was issued by a specific CA, given that CA's certificate

$ openssl verify -verbose -CAfile cacert.pem  server.crt
server.crt: OK