summaryrefslogtreecommitdiffstats
path: root/base/java-tools/man/man1/pki-user-cert.1
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-08-24 21:17:40 +0200
committerMatthew Harmsen <mharmsen@redhat.com>2015-08-24 17:40:29 -0600
commitafb9d828c68ae4fa22ea8faa5102308902fd7e00 (patch)
treec7a2e22bd6699a7c64f22dd685cea22e473174f7 /base/java-tools/man/man1/pki-user-cert.1
parentf44e1a7a987bfe024fbd18cf4ca0e867112edcfd (diff)
downloadpki-afb9d828c68ae4fa22ea8faa5102308902fd7e00.tar.gz
pki-afb9d828c68ae4fa22ea8faa5102308902fd7e00.tar.xz
pki-afb9d828c68ae4fa22ea8faa5102308902fd7e00.zip
Added pki-user-membership man page.
A new man page has been added for pki <subsystem>-user-membership commands. The pki-user-cert man page has been modified to fix some errors. https://fedorahosted.org/pki/ticket/1584 (cherry picked from commit 997c8ec32ed483f3af47d692039720e62fa65c94)
Diffstat (limited to 'base/java-tools/man/man1/pki-user-cert.1')
-rw-r--r--base/java-tools/man/man1/pki-user-cert.18
1 files changed, 4 insertions, 4 deletions
diff --git a/base/java-tools/man/man1/pki-user-cert.1 b/base/java-tools/man/man1/pki-user-cert.1
index 77a6c2bc7..4ecc45090 100644
--- a/base/java-tools/man/man1/pki-user-cert.1
+++ b/base/java-tools/man/man1/pki-user-cert.1
@@ -77,19 +77,19 @@ The above command will return entries #20 to #29.
To view a certificate owned by a CA user, specify the user ID and the certificate ID in the following command:
-.B pki <CA admin authentication> ca-user-show testuser \*(lq2;11;CN=CA Signing Certificate,O=EXAMPLE;UID=testuser\*(rq
+.B pki <CA admin authentication> ca-user-cert-show testuser \*(lq2;11;CN=CA Signing Certificate,O=EXAMPLE;UID=testuser\*(rq
To add a certificate to a CA user from a file, specify the user ID and the input file:
-.B pki <CA admin authentication> ca-user-add testuser --input testuser.crt
+.B pki <CA admin authentication> ca-user-cert-add testuser --input testuser.crt
To add a certificate to a CA user from the certificate repository, specify the user ID and the serial number:
-.B pki <CA admin authentication> ca-user-add testuser --serial 0x80
+.B pki <CA admin authentication> ca-user-cert-add testuser --serial 0x80
To delete a certificate from a CA user, specify the user ID and the certificate ID in the following command:
-.B pki <CA admin authentication> ca-user-del testuser \*(lq2;11;CN=CA Signing Certificate,O=EXAMPLE;UID=testuser\*(rq
+.B pki <CA admin authentication> ca-user-cert-del testuser \*(lq2;11;CN=CA Signing Certificate,O=EXAMPLE;UID=testuser\*(rq
.SH AUTHORS
Endi S. Dewata <edewata@redhat.com>.