Verify certificate with CA: Difference between revisions
Jump to navigation
Jump to search
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...") Tag: visualeditor |
(No difference)
|
Latest revision as of 18:59, 2 November 2021
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