-
Notifications
You must be signed in to change notification settings - Fork 137
Certificate Revocation
Endi S. Dewata edited this page Jun 7, 2023
·
4 revisions
This page describes the process to revoke a certificate. The operation must be done by a CA agent.
To revoke a certificate permanently, execute the following command:
$ pki <agent authentication> ca-cert-revoke <certificate ID>
To revoke a certificate temporarily (i.e. hold), execute the following command:
$ pki <agent authentication> ca-cert-hold <certificate ID>
To release a certificate that has been held:
$ pki <agent authentication> ca-cert-release-hold <certificate ID>
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |