Skip to main content
Version: v42

ca_certificate

X.509 CA certificate information

subjectstring

Certificate subject

issuerstring

Certificate issuer

serialstring

Certificate serial number

not_beforestring<date-time>

The time before which the certificate is not valid

not_afterstring<date-time>

The time after which the certificate is not valid

fingerprint_sha1string

SHA-1 fingerprint of the certificate

fingerprint_sha256string

SHA-256 fingerprint of the certificate

ca_certificate
{
"subject": "string",
"issuer": "string",
"serial": "string",
"not_before": "2024-07-29T15:51:28.071Z",
"not_after": "2024-07-29T15:51:28.071Z",
"fingerprint_sha1": "string",
"fingerprint_sha256": "string"
}