.nh .TH CMCResponse 1 "March 14, 2018" PKI "PKI CMC Response Parsing Tool" .SH NAME .PP CMCResponse - Used to parse CMC responses returned from CMC issuance or revocation requests. .SH SYNOPSIS .PP \fBCMCResponse\fP [\fIOPTIONS\fP] .SH DESCRIPTION .PP The Certificate Management over Cryptographic Message Syntax (CMC) Response parsing utility, \fBCMCResponse\fP, provides a command-line utility used to parse and present CMC responses from CMC issuance or revocation requests. .PP 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. .SH OPTIONS .PP The following are supported options. .PP \fB-d\fP \fIpath\fP .br Path of directory to the NSS database. Defaults to '.' (the current directory). .PP \fB-i\fP \fIpath\fP .br Name of file (could include path) for the CMC issuance or revocation response. This option is required. .PP \fB-o\fP \fIpath\fP .br Name of file (could include path) to store the certificate chain in PKCS#7 PEM. This is optional. .PP \fB-v\fP .br 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. .SH EXAMPLE .PP .RS .nf $ CMCResponse -d . -i cmc.resp -o cmc.pem .fi .RE .SH SEE ALSO .PP \fBCMCRequest(1)\fP .SH AUTHORS .PP Christina Fu <cfu@redhat.com>\&. .SH COPYRIGHT .PP Copyright (c) 2018 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.