Object describing the SSL certificate used for a Synthetic test.

Hierarchy

  • SyntheticsSSLCertificate

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 connection.

exponent?: number

Exponent associated to the certificate.

extKeyUsage?: string[]

Array of extensions and details used for the certificate.

fingerprint?: string

MD5 digest of the DER-encoded Certificate information.

fingerprint256?: string

SHA-1 digest of the DER-encoded Certificate information.

Object describing the issuer of a SSL certificate.

modulus?: string

Modulus associated to the SSL certificate private key.

protocol?: string

TLS protocol used for the test.

serialNumber?: string

Serial Number assigned by Symantec to the SSL certificate.

Object describing the SSL certificate used for the test.

validFrom?: Date

Date from which the SSL certificate is valid.

validTo?: Date

Date until which the SSL certificate is valid.

Generated using TypeDoc