logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pki-group-member - Command-line interface for managing PKI group members.

Authors

       Endi S. Dewata lt;edewata@redhat.comgt;.

Description

       The  pkilt;subsystemgt;-group-member commands provide command-line interfaces to manage group members on
       the specified subsystem.

       Valid subsystems are ca, kra, ocsp, tks, and tps.

       pki [CLI-options] lt;subsystemgt;-group-member
           This command is to list available group member commands for the subsystem.

       pki [CLI-options] lt;subsystemgt;-group-member-findgroup-ID [command-options]
           This command is to list group members in the subsystem.

       pki [CLI-options] lt;subsystemgt;-group-member-showgroup-IDmember-ID [command-options]
           This command is to view a group member details in the subsystem.

       pki [CLI-options] lt;subsystemgt;-group-member-addgroup-IDmember-ID [command-options]
           This command is to add a member to a group in the subsystem.

       pki [CLI-options] lt;subsystemgt;-group-member-delgroup-IDmember-ID [command-options]
           This command is to delete a member from a group in the subsystem.

Name

       pki-group-member - Command-line interface for managing PKI group members.

Operations

       To view available group commands, type pkilt;subsystemgt;-group-member.  To view each  command's  usage,
       type pkilt;subsystemgt;-group-member---help.

       All group commands must be executed as the subsystem administrator.

       For example, to list members of a CA group execute the following command:

              $ pki <CA admin authentication> ca-group-member-find testgroup

       The  results  can be paged by specifying the (0-based) index of the first entry to return and the maximum
       number of entries returned:

              $ pki <CA admin authentication> ca-group-member-find --start 20 --size 10

       The above command will return entries #20 to #29.

       To view a member of a CA group, specify the group ID and the member ID in the following command:

              $ pki <CA admin authentication> ca-group-member-show testgroup testuser

       To add a member to a CA group, specify the group ID and the member ID in the following command:

              $ pki <CA admin authentication> ca-group-member-add testgroup testuser

       To delete a member from a CA group, specify the group ID and the member ID in the following command:

              $ pki <CA admin authentication> ca-group-member-del testgroup testuser

Options

       The CLI options are described in pki(1).

Synopsis

pki [CLI-options] lt;subsystemgt;-group-memberpki [CLI-options] lt;subsystemgt;-group-member-findgroup-ID [command-options]
       pki [CLI-options] lt;subsystemgt;-group-member-showgroup-IDmember-ID [command-options]
       pki [CLI-options] lt;subsystemgt;-group-member-addgroup-IDmember-ID [command-options]
       pki [CLI-options] lt;subsystemgt;-group-member-delgroup-IDmember-ID [command-options]

See Also