Issuing KRA Storage Certificate with PKI CA - dogtagpki/pki GitHub Wiki

Issuing KRA Storage Certificate

Submit the certificate request with the following command:

$ pki ca-cert-request-submit --profile caStorageCert --csr-file kra_storage.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 kra_storage.crt

See Also

⚠️ **GitHub.com Fallback** ⚠️