SSL/TLS certificate information returned from an SSL test.

Hierarchy

  • SyntheticsTestResultCertificate

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cipher?: string

Cipher used for the TLS connection.

exponent?: number

RSA exponent of the certificate.

extKeyUsage?: string[]

Extended key usage extensions for the certificate.

fingerprint?: string

SHA-1 fingerprint of the certificate.

fingerprint256?: string

SHA-256 fingerprint of the certificate.

issuer?: {
    [key: string]: string;
}

Certificate issuer details.

Type declaration

  • [key: string]: string
modulus?: string

RSA modulus of the certificate.

protocol?: string

TLS protocol used (for example, TLSv1.2).

serialNumber?: string

Serial number of the certificate.

subject?: {
    [key: string]: string;
}

Certificate subject details.

Type declaration

  • [key: string]: string
tlsVersion?: number

TLS protocol version.

Validity window of a certificate.

Generated using TypeDoc