logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CMCResponse - Used to parse CMC responses returned from CMC issuance or revocation requests.

Authors

       Christina Fu lt;cfu@redhat.comgt;.

Description

       The Certificate Management over Cryptographic Message Syntax (CMC) Response parsing utility, CMCResponse,
       provides  a  command-line utility used to parse and present CMC responses from CMC issuance or revocation
       requests.

       It takes the CMC response returned from the CA as input, parses, and shows the content  of  the  response
       along  with CMC status in a human-readable format.  In addition, it can optionally output the response in
       PKCS#7 PEM format for further processing by other tools.

Example

              $ CMCResponse -d . -i cmc.resp -o cmc.pem

Name

       CMCResponse - Used to parse CMC responses returned from CMC issuance or revocation requests.

Options

       The following are supported options.

       -dpath
           Path of directory to the NSS database. Defaults to '.' (the current directory).

       -ipath
           Name of file (could include path) for the  CMC  issuance  or  revocation  response.  This  option  is
       required.

       -opath
           Name of file (could include path) to store the certificate chain in PKCS#7 PEM. This is optional.

       -v
           If  specified,  will  run  in verbose mode, which would entail all certs in the chain being displayed
       individually in Base64 encoding format.
           It is false by default.

See Also

CMCRequest(1)

Synopsis

CMCResponse [OPTIONS]

See Also