1CMCResponse(1) PKI CMC Response Parsing Tool CMCResponse(1)
2
3
4
6 CMCResponse - Used to parse CMC responses returned from CMC issuance or
7 revocation requests.
8
9
11 CMCResponse [OPTIONS]
12
13
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
21 It takes the CMC response returned from the CA as input, parses, and
22 shows the content of the response along with CMC status in a
23 human-readable format. In addition, it can optionally output the
24 response in PKCS#7 PEM format for further processing by other tools.
25
26
28 The following are supported options.
29
30
31 -d path
32 Path of directory to the NSS database. Defaults to '.' (the current
33 directory).
34
35
36 -i path
37 Name of file (could include path) for the CMC issuance or revoca‐
38 tion response. This option is required.
39
40
41 -o path
42 Name of file (could include path) to store the certificate chain in
43 PKCS#7 PEM. This is optional.
44
45
46 -v
47 If specified, will run in verbose mode, which would entail all
48 certs in the chain being displayed individually in Base64 encoding for‐
49 mat.
50 It is false by default.
51
52
54 $ CMCResponse -d . -i cmc.resp -o cmc.pem
55
56
57
59 CMCRequest(1)
60
61
63 Christina Fu lt;cfu@redhat.comgt;.
64
65
67 Copyright (c) 2018 Red Hat, Inc. This is licensed under the GNU Gen‐
68 eral Public License, version 2 (GPLv2). A copy of this license is
69 available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
70
71
72
73PKI March 14, 2018 CMCResponse(1)