CertificateData
CertificateData
Certificate information of the remote server.
JSON Example
{
"allow_admin_override": true,
"certificate": "<certificate>",
"certificate_encoding": "DER_BASE64_PEM",
"invalid_reasons": [
"NOT_TRUSTED",
"CANT_CHECK_REVOKED"
],
"ssl_cert_thumbprint": "<thumbprint>",
"ssl_cert_thumbprint_algorithm": "SHA-1",
"valid": true
}
boolean
allow_admin_override
Optional
Indicates if admin override is allowed.
string
certificate
Optional
The certificate in string form.
string
certificate_encoding
Optional
The encoding of the certificate.
array of string
invalid_reasons
Optional
The reason(s) why the certificate could not be validated.
string
ssl_cert_thumbprint
Optional
A digest of the certificate.
string
ssl_cert_thumbprint_algorithm
Optional
Algorithm used to compute the thumbprint.
boolean
valid
Optional
Indicates if certificate is valid.