1pki-audit(1)             PKI Audit Management Commands            pki-audit(1)
2
3
4

NAME

6       pki-audit  -  Command-line  interface for managing PKI audit configura‐
7       tion.
8
9

SYNOPSIS

11       pki [CLI-options] <subsystem>-audit
12       pki [CLI-options] <subsystem>-audit-show [command-options]
13       pki   [CLI-options]   <subsystem>-audit-mod   --action   action   [com‐
14       mand-options]
15       pki   [CLI-options]   <subsystem>-audit-mod  --input  input-file  [com‐
16       mand-options]
17
18

DESCRIPTION

20       The pki-audit commands provide command-line interfaces to manage  audit
21       configuration in the specified subsystem.  Currently the only supported
22       subsystem is tps.
23
24
25       pki [CLI-options] <subsystem>-audit
26           This command is to list the available audit commands for  the  sub‐
27       system.
28
29
30       pki [CLI-options] <subsystem>-audit-show [command-options]
31           This command is to show the audit configuration in the subsystem.
32
33
34       pki   [CLI-options]   <subsystem>-audit-mod   --action   action   [com‐
35       mand-options]
36           This command is to change the audit  (enabled/disabled)  status  in
37       the subsystem.
38
39
40       pki   [CLI-options]   <subsystem>-audit-mod  --input  input-file  [com‐
41       mand-options]
42           This command is to modify the audit configuration in the subsystem.
43
44

OPTIONS

46       The CLI options are described in pki(1).
47
48

OPERATIONS

50       To view available audit commands, type pki <subsystem>-audit.  To  view
51       each command's usage, type pki <subsystem>-audit-<command> --help.
52
53
54       All  audit commands must be executed with the subsystem's admin authen‐
55       tication (the user must be in the Administrators group).  See also  the
56       Authentication section in pki(1).
57
58
59   Viewing audit configuration
60       To view the audit configuration in TPS execute the following command:
61
62
63              $ pki <TPS admin authentication> tps-audit-show
64
65
66
67       To  download  the  audit configuration from TPS into a file execute the
68       following command:
69
70
71              $ pki <TPS admin authentication> tps-audit-show --output <output file>
72
73
74
75   Changing audit status
76       To enable/disable audit in TPS, execute the following command:
77
78
79              $ pki <TPS admin authentication> tps-audit-mod --action <action>
80
81
82
83       where action is enable or disable.
84
85
86   Modifying audit configuration
87       To modify the audit configuration in TPS, download the current configu‐
88       ration using the above tps-audit-show command, edit the file, then exe‐
89       cute the following command:
90
91
92              $ pki <TPS admin authentication> tps-audit-mod --input <input file>
93
94
95
96       Optionally, a --output output-file option may be specified to  download
97       the effective configuration after the modification.
98
99

SEE ALSO

101       pki(1)
102
103

AUTHORS

105       Endi S. Dewata <edewata@redhat.com>.
106
107
109       Copyright  (c)  2015 Red Hat, Inc.  This is licensed under the GNU Gen‐
110       eral Public License, version 2 (GPLv2).  A  copy  of  this  license  is
111       available at ⟨http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt⟩.
112
113
114
115PKI                              Jun 30, 2015                     pki-audit(1)
Impressum