1pki-group(1) PKI Group Management Commands pki-group(1)
2
3
4
6 pki-group - Command-line interface for managing PKI groups.
7
8
10 pki [CLI-options] <subsystem>-group
11 pki [CLI-options] <subsystem>-group-find [command-options]
12 pki [CLI-options] <subsystem>-group-show group-ID [command-options]
13 pki [CLI-options] <subsystem>-group-add group-ID [command-options]
14 pki [CLI-options] <subsystem>-group-mod group-ID [command-options]
15 pki [CLI-options] <subsystem>-group-del group-ID [command-options]
16
17
19 The pki <subsystem>-group commands provide command-line interfaces to
20 manage groups on the specified subsystem.
21
22
23 Valid subsystems are ca, kra, ocsp, tks, and tps.
24
25
26 pki [CLI-options] <subsystem>-group
27 This command is to list available group commands for the subsystem.
28
29
30 pki [CLI-options] <subsystem>-group-find [command-options]
31 This command is to list groups in the subsystem.
32
33
34 pki [CLI-options] <subsystem>-group-show group-ID [command-options]
35 This command is to view a group details in the subsystem.
36
37
38 pki [CLI-options] <subsystem>-group-add group-ID [command-options]
39 This command is to add a group into the subsystem.
40
41
42 pki [CLI-options] <subsystem>-group-mod group-ID [command-options]
43 This command is to modify a group in the subsystem.
44
45
46 pki [CLI-options] <subsystem>-group-del group-ID [command-options]
47 This command is to delete a group from the subsystem.
48
49
51 The CLI options are described in pki(1).
52
53
55 To view available group commands, type pki <subsystem>-group. To view
56 each command's usage, type pki <subsystem>-group-<command> --help.
57
58
59 All group commands must be executed as the subsystem administrator.
60
61
62 For example, to list groups in CA execute the following command:
63
64
65 $ pki <CA admin authentication> ca-group-find
66
67
68
69 The results can be paged by specifying the (0-based) index of the first
70 entry to return and the maximum number of entries returned:
71
72
73 $ pki <CA admin authentication> ca-group-find --start 20 --size 10
74
75
76
77 The above command will return entries #20 to #29.
78
79
80 To view a CA group, specify the group ID in the following command:
81
82
83 $ pki <CA admin authentication> ca-group-show testgroup
84
85
86
87 To add a CA group, specify the group ID in the following command:
88
89
90 $ pki <CA admin authentication> ca-group-add testgroup
91
92
93
94 To modify a CA group, specify the group ID and the attributes to be
95 modified in the following command:
96
97
98 $ pki <CA admin authentication> ca-group-mod testgroup --description "Test Group"
99
100
101
102 To delete a CA group, specify the group ID in the following command:
103
104
105 $ pki <CA admin authentication> ca-group-del testgroup
106
107
108
110 pki-group-member(1)
111 Group member management commands
112
113
115 Ade Lee <alee@redhat.com>, Endi S. Dewata <edewata@redhat.com>, and
116 Matthew Harmsen <mharmsen@redhat.com>.
117
118
120 Copyright (c) 2014 Red Hat, Inc. This is licensed under the GNU Gen‐
121 eral Public License, version 2 (GPLv2). A copy of this license is
122 available at ⟨http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt⟩.
123
124
125
126PKI May 5, 2014 pki-group(1)