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