POST Certificates Analyze
The POST /Certificates/Analyze method is used to parse a raw binary certificate returned from a 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
OR
Certificates: Import
Table 214: POST Certificates Analyze Input Parameters
Certificate |
Body |
Required. The base-64 encoded string of the certificate, not including the header and footer (e.g. -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----).
|
Password |
Body |
The password used to encrypt the of the certificate for a base-64 encoded PEM containing the certificate’s private key (-----BEGIN ENCRYPTED PRIVATE KEY-----). |
Table 215: POST Certificates Analyze Response Data
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 . |
|
An array containing the metadata fields populated for the certificate. |
IsEndEntity |
A Boolean indicating whether the certificate is the end entity of the chain (true) or not (false). |
Tip: For code examples, see the
Keyfactor API Endpoint Utility. To find the embedded web copy of this utility, click the help icon (

) at the top of the
Keyfactor Command Management Portal page next to the
Log Out button.