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

NAME

6       pki-group-member - Command-Line Interface for managing Certificate Sys‐
7       tem group members.
8
9

SYNOPSIS

11       pki [CLI options] <subsystem>-group-member
12       pki [CLI options] <subsystem>-group-member-find <group ID> [command options]
13       pki [CLI options] <subsystem>-group-member-show <group ID> <member ID> [command options]
14       pki [CLI options] <subsystem>-group-member-add <group ID> <member ID> [command options]
15       pki [CLI options] <subsystem>-group-member-del <group ID> <member ID> [command options]
16
17

DESCRIPTION

19       The pki-group-member commands provide command-line interfaces to manage
20       group members on the specified subsystem.
21
22       Valid  subsystems are ca, kra, ocsp, tks, and tps.  If the <subsystem>-
23       prefix is omitted, it will default to ca.
24
25       pki [CLI options] <subsystem>-group-member
26           This command is to list available group  member  commands  for  the
27           subsystem.
28
29       pki  [CLI  options]  <subsystem>-group-member-find  <group ID> [command
30       options]
31           This command is to list group members in the subsystem.
32
33       pki [CLI options] <subsystem>-group-member-show <group ID> <member  ID>
34       [command options]
35           This command is to view a group member details in the subsystem.
36
37       pki  [CLI  options] <subsystem>-group-member-add <group ID> <member ID>
38       [command options]
39           This command is to add a member to a group in the subsystem.
40
41       pki [CLI options] <subsystem>-group-member-del <group ID>  <member  ID>
42       [command options]
43           This command is to delete a member from a group in the subsystem.
44
45

OPTIONS

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

OPERATIONS

51       To view available group commands, type pki <subsystem>-group-member. To
52       view each command's usage, type  pki <subsystem>-group-member-<command>
53       --help.
54
55       All group commands must be executed as the subsystem administrator.
56
57       For  example,  to list members of a CA group execute the following com‐
58       mand:
59
60       pki <CA admin authentication> ca-group-member-find testgroup
61
62       The results can be paged by specifying the (0-based) index of the first
63       entry to return and the maximum number of entries returned:
64
65       pki <CA admin authentication> ca-group-member-find --start 20 --size 10
66
67       The above command will return entries #20 to #29.
68
69       To  view a member of a CA group, specify the group ID and the member ID
70       in the following command:
71
72       pki <CA admin authentication> ca-group-member-show testgroup testuser
73
74       To add a member to a CA group, specify the group ID and the  member  ID
75       in the following command:
76
77       pki <CA admin authentication> ca-group-member-add testgroup testuser
78
79       To delete a member from a CA group, specify the group ID and the member
80       ID in the following command:
81
82       pki <CA admin authentication> ca-group-member-del testgroup testuser
83
84

AUTHORS

86       Endi S. Dewata <edewata@redhat.com>
87
88
90       Copyright (c) 2015 Red Hat, Inc. This is licensed under the GNU General
91       Public  License, version 2 (GPLv2). A copy of this license is available
92       at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
93
94
95
96version 10.2                      Jun 3, 2015              pki-group-member(1)
Impressum