DELETE Certificates Excluded Certificates
The DELETE /Certificates/ExcludedCertificates operation removes the specified certificates from the excluded list, allowing them to be re-imported into Keyfactor Command during the next CA
A certificate authority (CA) is an entity that issues digital certificates. Within Keyfactor Command, a CA may be a Microsoft CA or a Keyfactor gateway to a cloud-based or remote CA. synchronization or manual import.
If a certificate is re-imported after being removed from the exclusion list, associated data (for example, metadata
Metadata provides information about a piece of data. It is used to summarize basic information about data, which can make working with the data easier. In Keyfactor Command, the certificate metadata feature allows you to create custom metadata fields that allow you to tag certificates with tracking information about certificates., the certificate private key
Private keys are used in cryptography (symmetric and asymmetric) to encrypt or sign content. In asymmetric cryptography, they are used together in a key pair with a public key. The private or secret key is retained by the key's creator, making it highly secure.) is not restored.
On success, the operation returns 204 with no content. Delete operations continue until the entire array of IDs has been processed.
Excluded certificates are removed from active use in Keyfactor Command and are no longer included in standard operations. These certificates are skipped and not re-imported during a CA synchronization or manual import
Table 310: DELETE Certificates Excluded Certificates Input Parameters
| Name | In | Description |
|---|---|---|
| CertificateThumbprints | Body | Required. A JSON array of strings containing the thumbprints of the certificates on the excluded certificates list that should be marked as no longer excluded.
Use the GET Certificates Excluded Certificates operation to determine the certificate thumbprints. |
Was this page helpful? Provide Feedback