-
Notifications
You must be signed in to change notification settings - Fork 137
Handling Certificate Request
Endi S. Dewata edited this page Jan 26, 2022
·
8 revisions
This document describes how to handle certificate requests as a CA agent. See also Adding CA Agent.
To review the certificate request:
$ pki <agent authentication> ca-cert-request-review <request ID> --file <filename>
It will store the certificate request in the specified file and wait for an action. The file should be reviewed manually and may be edited if necessary.
Then enter one of the following actions to complete the review:
-
approve
-
reject
-
cancel
-
update
-
validate
-
assign
-
unassign
Alternatively, the approval process can be done in a single step:
$ pki <agent authentication> ca-cert-request-review <request ID> --action <action>
or
$ pki <agent authentication> ca-cert-request-<action> <request ID>
To approve a certificate request:
$ pki -n caadmin ca-cert-request-approve 6 ------------------------------ Approved certificate request 6 ------------------------------ Request ID: 6 Type: enrollment Request Status: complete Operation Result: success Certificate ID: 0x6
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |