1pki-audit(1) PKI Audit Management Commands pki-audit(1)
2
3
4
6 pki-audit - Command-Line Interface for managing Certificate System
7 audit configuration.
8
9
11 pki [CLI options] <subsystem>-audit
12 pki [CLI options] <subsystem>-audit-show [command options]
13 pki [CLI options] <subsystem>-audit-mod --action <action> [command options]
14 pki [CLI options] <subsystem>-audit-mod --input <input file> [command options]
15
16
18 The pki-audit commands provide command-line interfaces to manage audit
19 configuration in the specified subsystem. Currently the only supported
20 subsystem is tps.
21
22 pki [CLI options] <subsystem>-audit
23 This command is to list the available audit commands for the sub‐
24 system.
25
26 pki [CLI options] <subsystem>-audit-show [command options]
27 This command is to show the audit configuration in the subsystem.
28
29 pki [CLI options] <subsystem>-audit-mod --action <action> [command
30 options]
31 This command is to change the audit (enabled/disabled) status in
32 the subsystem.
33
34 pki [CLI options] <subsystem>-audit-mod --input <input file> [command
35 options]
36 This command is to modify the audit configuration in the subsystem.
37
38
40 The CLI options are described in pki(1).
41
42
44 To view available audit commands, type pki <subsystem>-audit. To view
45 each command's usage, type pki <subsystem>-audit-<command> --help.
46
47 All audit commands must be executed with the subsystem's admin authen‐
48 tication (the user must be in the Administrators group). See also the
49 Authentication section in pki(1).
50
51
52 Viewing audit configuration
53 To view the audit configuration in TPS execute the following command:
54
55 pki <TPS admin authentication> tps-audit-show
56
57 To download the audit configuration from TPS into a file execute the
58 following command:
59
60 pki <TPS admin authentication> tps-audit-show --output <output file>
61
62
63 Changing audit status
64 To enable/disable audit in TPS, execute the following command:
65
66 pki <TPS admin authentication> tps-audit-mod --action <action>
67
68 where action is enable or disable.
69
70
71 Modifying audit configuration
72 To modify the audit configuration in TPS, download the current configu‐
73 ration using the above tps-audit-show command, edit the file, then exe‐
74 cute the following command:
75
76 pki <TPS admin authentication> tps-audit-mod --input <input file>
77
78 Optionally, a --output <output file> option may be specified to down‐
79 load the effective configuration after the modification.
80
81
83 Endi S. Dewata <edewata@redhat.com>.
84
85
87 Copyright (c) 2015 Red Hat, Inc. This is licensed under the GNU General
88 Public License, version 2 (GPLv2). A copy of this license is available
89 at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
90
91
93 pki(1)
94
95
96
97version 10.2 Jun 30, 2015 pki-audit(1)