Certificate Object
The certificate object describes the issuer and expiry of a certificate.
| Name | Attribute | Requirement | Type | Description |
|---|---|---|---|---|
| Valid To | end_time | Recommended | Datetime | The time at which the certificate becomes invalid. Note: The time submission format is the number of milliseconds since 01/01/1970 00:00:00 UTC. |
| Valid | is_valid | Recommended | Boolean | The indication of whether the certificate is valid. |
| Issuer Name | issuer_name | Recommended | String | The certificate issuer name. |
| Issuer OrganizationЕxt | issuer_organization | Recommended | String | The certificate issuer organization. |
| Serial Number | serial | Recommended | String | The certificate serial number. |
| Signature StatusesЕxt | signature_statuses | Optional | String Array | The array of signature statuses. Note: The first element of the array is the result of validating server SSL certificate, the second of which contains the errors observed in the server certificate. |
| Valid From | start_time | Recommended | Datetime | The time at which the certificate becomes valid. Note: The time submission format is the number of milliseconds since 01/01/1970 00:00:00 UTC. |
| Subject CityЕxt | subject_city | Recommended | String | The certificate subject city. |
| Subject CountryЕxt | subject_country | Recommended | String | The certificate subject country. |
| Subject EmailЕxt | subject_email | Recommended | String | The certificate subject email. |
| Subject NameЕxt | subject_name | Recommended | String | The certificate subject name. |
| Subject Org UnitЕxt | subject_org_unit | Recommended | String | The certificate subject organizational unit. |
| Subject OrganizationЕxt | subject_organization | Recommended | String | The certificate subject organization. |
| Subject StateЕxt | subject_state | Recommended | String | The certificate subject state. |
| Subject StreetЕxt | subject_street | Recommended | String | The certificate subject street. |
| VersionЕxt | version | Recommended | String | The certificate version. |