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
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

OPTIONS

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

EXAMPLE

53              $ CMCResponse -d . -i cmc.resp -o cmc.pem
54
55
56

SEE ALSO

58       CMCRequest(1)
59
60

AUTHORS

62       Christina Fu <cfu@redhat.com>.
63
64
66       Copyright (c) 2018 Red Hat, Inc.  This is licensed under the  GNU  Gen‐
67       eral  Public  License,  version  2  (GPLv2).  A copy of this license is
68       available at ⟨http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt⟩.
69
70
71
72PKI                             March 14, 2018                  CMCResponse(1)
Impressum