Skip to content

Issuing Admin Certificate with PKI CA

Endi S. Dewata edited this page Jan 29, 2021 · 2 revisions

Issuing Certificate

Submit the certificate request with the following command:

$ pki ca-cert-request-submit --profile caUserCert --csr-file admin.csr --subject uid=admin

Approve the request with the following command:

$ pki -n caadmin ca-cert-request-review <request ID> --action approve

Retrieve the certificate with the following commands:

$ pki ca-cert-show <certificate ID> --output admin.crt

See Also

Clone this wiki locally