summaryrefslogtreecommitdiffstats
path: root/base/java-tools/man/man1/pki.1
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-01-30 17:57:17 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2013-02-04 12:05:30 -0500
commit9c6f3df2193de627f83c1f22fe47cd61e6e3578a (patch)
tree3fecd2cc32e6ce4eccd1c0b28e31d3c9822e3fac /base/java-tools/man/man1/pki.1
parent95e41dc9043a3fbbeea2abd58cca84d1442c0102 (diff)
downloadpki-9c6f3df2193de627f83c1f22fe47cd61e6e3578a.tar.gz
pki-9c6f3df2193de627f83c1f22fe47cd61e6e3578a.tar.xz
pki-9c6f3df2193de627f83c1f22fe47cd61e6e3578a.zip
Merged cert-request-review/approve commands.
The cert-request-approve has been merged into cert-request-review to ensure that these operations are executed in the same session. Ticket #474
Diffstat (limited to 'base/java-tools/man/man1/pki.1')
-rw-r--r--base/java-tools/man/man1/pki.110
1 files changed, 7 insertions, 3 deletions
diff --git a/base/java-tools/man/man1/pki.1 b/base/java-tools/man/man1/pki.1
index 5729861e8..a18117bba 100644
--- a/base/java-tools/man/man1/pki.1
+++ b/base/java-tools/man/man1/pki.1
@@ -163,13 +163,17 @@ Then submit the request for review. This can be done without authentication.
.B pki cert-request-submit <request file>
-Then, an agent needs to review the request.
+Then, an agent needs to review the request by running the following command:
.B pki <agent authentication> cert-request-review <request ID> --output <request review file>
-The output file contains details about the request, as well as the defaults and constraints of the enrollment profile. It contains all the values that can be overridden by the agent. To approve a request, run the following command as an agent:
+The request, as well as the defaults and constraints of the enrollment profile, will be stored in the output file. The agent can examine the file and override any values if necessary. To process the request, enter the appropriate action when prompted:
-.B pki <agent authentication> cert-request-approve <request review file>
+.B Action (approve/reject/cancel/update/validate/assign/unassign):
+
+Alternatively, the agent can process the request in a single step with the following command:
+
+.B pki <agent authentication> cert-request-review <request ID> --action <action>
.SS Group Management Commands
All group commands must be executed as an administrator. Some representative commands are shown below. Type \fBpki group\fP to get a list of additional commands.