1pki-group(1)             PKI Group Management Commands            pki-group(1)
2
3
4

NAME

6       pki-group - Command-line interface for managing PKI groups.
7
8

SYNOPSIS

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-op‐
13       tions]
14       pki  [CLI-options]  <subsystem>-group-add  group-ID  [command-op‐
15       tions]
16       pki  [CLI-options]  <subsystem>-group-mod  group-ID  [command-op‐
17       tions]
18       pki  [CLI-options]  <subsystem>-group-del  group-ID  [command-op‐
19       tions]
20
21

DESCRIPTION

23       The  pki  <subsystem>-group  commands provide command-line inter‐
24       faces to manage groups on the specified subsystem.
25
26
27       Valid subsystems are ca, kra, ocsp, tks, and tps.
28
29
30       pki [CLI-options] <subsystem>-group
31           This command is to list available group commands for the subsystem.
32
33
34       pki [CLI-options] <subsystem>-group-find [command-options]
35           This command is to list groups in the subsystem.
36
37
38       pki [CLI-options]  <subsystem>-group-show  group-ID  [command-op‐
39       tions]
40           This command is to view a group details in the subsystem.
41
42
43       pki  [CLI-options]  <subsystem>-group-add  group-ID  [command-op‐
44       tions]
45           This command is to add a group into the subsystem.
46
47
48       pki  [CLI-options]  <subsystem>-group-mod  group-ID  [command-op‐
49       tions]
50           This command is to modify a group in the subsystem.
51
52
53       pki  [CLI-options]  <subsystem>-group-del  group-ID  [command-op‐
54       tions]
55           This command is to delete a group from the subsystem.
56
57

OPTIONS

59       The CLI options are described in pki(1).
60
61

OPERATIONS

63       To view available group commands, type pki <subsystem>-group.  To
64       view  each  command's  usage, type pki <subsystem>-group-<com‐
65       mand> --help.
66
67
68       All group commands must be executed as the subsystem administrator.
69
70
71       For example, to list groups in CA execute the following command:
72
73
74              $ pki <CA admin authentication> ca-group-find
75
76
77
78       The results can be paged by specifying the (0-based) index of the first
79       entry to return and the maximum number of entries returned:
80
81
82              $ pki <CA admin authentication> ca-group-find --start 20 --size 10
83
84
85
86       The above command will return entries #20 to #29.
87
88
89       To view a CA group, specify the group ID in the following command:
90
91
92              $ pki <CA admin authentication> ca-group-show testgroup
93
94
95
96       To add a CA group, specify the group ID in the following command:
97
98
99              $ pki <CA admin authentication> ca-group-add testgroup
100
101
102
103       To  modify  a  CA  group, specify the group ID and the attributes to be
104       modified in the following command:
105
106
107              $ pki <CA admin authentication> ca-group-mod testgroup --description "Test Group"
108
109
110
111       To delete a CA group, specify the group ID in the following command:
112
113
114              $ pki <CA admin authentication> ca-group-del testgroup
115
116
117

SEE ALSO

119       pki-group-member(1)
120           Group member management commands
121
122

AUTHORS

124       Ade  Lee  &lt;alee@redhat.com&gt;,  Endi  S.  Dewata   &lt;edewata@red‐
125       hat.com&gt;, and Matthew Harmsen &lt;mharmsen@redhat.com&gt;.
126
127
129       Copyright  (c)  2014 Red Hat, Inc.  This is licensed under the GNU Gen‐
130       eral Public License, version 2 (GPLv2).  A  copy  of  this  license  is
131       available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
132
133
134
135PKI                               May 5, 2014                     pki-group(1)
Impressum