POST Certificates Analyze

The POST /Certificates/Analyze method is used to parse a raw binary certificate returned from a CAClosed 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. into human-readable list of certificate details. This method returns HTTP 200 OK on a success with a list of the contents of the certificate.

Tip:  The following permissions (see Security Overview) are required to use this feature:

Certificates: Read

Table 212: POST Certificates Analyze Response Data

Name Description
IssuedDN A string containing the distinguished name of the certificate.
IssuerDN A string containing the distinguished name of the issuer.
Thumbprint A string containing the thumbprint of the certificate.
NotAfter The date/time, in UTC, on which the certificate expires.
NotBefore The date/time, in UTC, on which the certificate was issued by the certificate authorityClosed 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..
MetadataClosed 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 the context of Keyfactor Command, the certificate metadata feature allows you to create custom metadata fields that allow you to tag certificates with tracking information about certificates. An array containing the metadata fields populated for the certificate.
IsEndEntity A boolean flag is marked true if the certificate is the end entity of the chain.