-
Notifications
You must be signed in to change notification settings - Fork 137
Issuing SSL Server Certificate with PKI CA
Endi S. Dewata edited this page Aug 1, 2023
·
3 revisions
Submit the certificate request with the following command:
$ pki ca-cert-request-submit --profile caServerCert --csr-file sslserver.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 command:
$ pki ca-cert-export <certificate ID> --output-file sslserver.crt
or the following command in older PKI versions:
$ pki ca-cert-show <certificate ID> --output sslserver.crt
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |