Skip to content

Handling Certificate Request

Endi S. Dewata edited this page Oct 25, 2020 · 8 revisions

Overview

This document describes how to handle certificate requests as a CA agent. See also CA Agent Setup.

Approving Certificate Request

As a CA agent, a certificate request can be approved with the following command:

$ pki -d ~/.dogtag/pki-tomcat/ca/alias -c Secret.123 -n caadmin ca-cert-request-review 6 --action approve
------------------------------
Approved certificate request 6
------------------------------
  Request ID: 6
  Type: enrollment
  Request Status: complete
  Operation Result: success
  Certificate ID: 0x6

References

Clone this wiki locally