1CMCResponse(1)           PKI CMC Response Parsing Tool          CMCResponse(1)
2
3
4

NAME

6       CMCResponse - Used to parse CMC responses returned from CMC issuance or
7       revocation requests.
8
9

SYNOPSIS

11       CMCResponse [OPTIONS]
12
13

DESCRIPTION

15       The Certificate Management  over  Cryptographic  Message  Syntax  (CMC)
16       Response  parsing utility, CMCResponse, provides a command-line utility
17       used to parse and present CMC responses from CMC issuance or revocation
18       requests.
19
20       It  takes  the  CMC response returned from the CA as input, parses, and
21       shows the content of the response along with CMC  status  in  a  human-
22       readable  format. In addition, it can optionally output the response in
23       PKCS#7 PEM format for further processing by other tools.
24
25

OPTIONS

27       The following are supported options.
28
29       -d <path>
30              Path of directory to the NSS database. This option is required.
31
32
33       -i <path>
34              Name of file (could include path) for the CMC issuance or  revo‐
35              cation response. This option is required.
36
37
38       -o <path>
39              Name of file (could include path) to store the certificate chain
40              in PKCS#7 PEM. This is optional.
41
42
43       -v     If specified, will run in verbose mode, which would  entail  all
44              certs in the chain being displayed individually in Base64 encod‐
45              ing format. It is false by default.
46
47

EXAMPLE

49       CMCResponse -d . -i cmc.role_p10-ec3.resp -o cmc.role_p10-ec3.resp.PEM
50
51

AUTHORS

53       Christina Fu <cfu@redhat.com>.
54
55
57       Copyright (c) 2018 Red Hat, Inc. This is licensed under the GNU General
58       Public  License, version 2 (GPLv2). A copy of this license is available
59       at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
60
61

SEE ALSO

63       CMCRequest(1)
64
65
66
67version 10.5                    March 14, 2018                  CMCResponse(1)
Impressum