-
Notifications
You must be signed in to change notification settings - Fork 137
Issuing OCSP Signing Certificate with PKI CA
Endi S. Dewata edited this page Dec 4, 2020
·
1 revision
Submit the certificate request with the following command:
$ pki ca-cert-request-submit --profile caOCSPCert --csr-file ocsp_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 ocsp_signing.crt
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |