From 9c6f3df2193de627f83c1f22fe47cd61e6e3578a Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 30 Jan 2013 17:57:17 -0500 Subject: 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 --- base/java-tools/man/man1/pki.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'base/java-tools/man/man1') 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 -Then, an agent needs to review the request. +Then, an agent needs to review the request by running the following command: .B pki cert-request-review --output -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 cert-request-approve +.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 cert-request-review --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. -- cgit