Skip to main content
Version: v42

session_host_certificate

Session Host Certificate

idstring<uuid>
hostnamestring

Name of the Session Host

host_certificate_rawstring

Host certificate, used to verify that the target host is the correct one.

host_certificate object
subjectstring

Certificate subject name

issuerstring

Certificate issuer name

serialstring

Certificate serial number

not_beforestring

Certificate not before timestamp

not_afterstring

Certificate not after timestamp

dns_namesstring[]
email_addressesstring[]
ip_addressesstring[]
fingerprint_sha1string

Certificate SHA1 fingerprint

fingerprint_sha256string

Certificate SHA256 fingerprint

session_host_certificate
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"hostname": "string",
"host_certificate_raw": "string",
"host_certificate": {
"subject": "string",
"issuer": "string",
"serial": "string",
"not_before": "string",
"not_after": "string",
"dns_names": [
"string"
],
"email_addresses": [
"string"
],
"ip_addresses": [
"string"
],
"fingerprint_sha1": "string",
"fingerprint_sha256": "string"
}
}