There was an error while loading. Please reload this page.
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>
Revoking Certificate with CMC Shared Token
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide