Skip to content

Issuing Audit Signing Certificate with PKI CA

Endi S. Dewata edited this page Dec 4, 2020 · 1 revision

Issuing Certificate

Submit the certificate request with the following command:

$ pki ca-cert-request-submit --profile caAuditSigningCert --csr-file audit_signing.csr

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 audit_signing.crt

See Also

Clone this wiki locally