summaryrefslogtreecommitdiffstats
path: root/base/java-tools/man/man1/pki.1
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2013-10-31 20:27:06 -0400
committerEndi S. Dewata <edewata@redhat.com>2013-11-01 14:55:01 -0400
commitf2f7f50e24f1f2d051bd8352b413946df9600ce6 (patch)
tree6b74bbcf33778999c53b9ca7a97f1e55911e1e96 /base/java-tools/man/man1/pki.1
parent1cbd5196ef3d339e3fa6f14dcb0eb2895c3d15c8 (diff)
downloadpki-f2f7f50e24f1f2d051bd8352b413946df9600ce6.tar.gz
pki-f2f7f50e24f1f2d051bd8352b413946df9600ce6.tar.xz
pki-f2f7f50e24f1f2d051bd8352b413946df9600ce6.zip
Renamed CLI commands.
The following commands have been renamed for consistency: * client-cert-remove -> client-cert->del * group-member-remove -> group-member-del * user-cert-remove -> user-cert-del * user-membership-remove -> user-membership-del
Diffstat (limited to 'base/java-tools/man/man1/pki.1')
-rw-r--r--base/java-tools/man/man1/pki.16
1 files changed, 3 insertions, 3 deletions
diff --git a/base/java-tools/man/man1/pki.1 b/base/java-tools/man/man1/pki.1
index c70315178..1f692e83d 100644
--- a/base/java-tools/man/man1/pki.1
+++ b/base/java-tools/man/man1/pki.1
@@ -132,7 +132,7 @@ The list of profiles can be viewed using the CLI command:
The XML template file for a profile type can be created by calling the ca-cert-request-profile-show CLI command. For example:
-\fBpki ca-cert-request-profile-show <profileID> --output <file to store the XML template>\fP ,
+\fBpki ca-cert-request-profile-show <profileID> --output <file to store the XML template>\fP
will store the XML template of the request in the specified output file.
@@ -173,11 +173,11 @@ To delete a group:
To add a user to a group:
-.B pki <admin authentication> group-add-member <group ID> <Member ID>
+.B pki <admin authentication> group-member-add <group ID> <Member ID>
To delete a user from a group:
-.B pki <admin authentication> group-remove-member <group ID> <Member ID>
+.B pki <admin authentication> group-member-del <group ID> <Member ID>
.\".SS Key Management Commands
.\"\fBpki\fP can be used with a KRA to find specific keys and key requests. This will be documented in more detail at a later time.