OpenSSL "verify" Command Options

Q

What can I use OpenSSL "verify" command for? What are options supported by the "verify" command?

✍: FYIcenter.com

A

OpenSSL "verify" command is a utility to verify certificates.

Here are options supported by the "verify" command:

C:\Users\fyicenter>\local\openssl\openssl.exe

OpenSSL> verify -h
usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] 
   [-crl_check] [-engine e] cert1 cert2 ...

recognized usages:
        sslclient       SSL client
        sslserver       SSL server
        nssslserver     Netscape SSL server
        smimesign       S/MIME signing
        smimeencrypt    S/MIME encryption
        crlsign         CRL signing
        any             Any Purpose
        ocsphelper      OCSP helper
error in verify

 

OpenSSL Verify Operation Steps

OpenSSL "verify" Command

OpenSSL "verify" Command

⇑⇑ OpenSSL Tutorials

2012-07-24, 7643👍, 0💬