TlsCertificateResponse

data class TlsCertificateResponse(val cert: String, val createTime: String, val expireTime: String, val serialNumber: String, val sha1Fingerprint: String)

TlsCertificate Resource

Constructors

Link copied to clipboard
fun TlsCertificateResponse(cert: String, createTime: String, expireTime: String, serialNumber: String, sha1Fingerprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PEM representation.

Link copied to clipboard

The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

Link copied to clipboard

The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

Link copied to clipboard

Serial number, as extracted from the certificate.

Link copied to clipboard

Sha1 Fingerprint of the certificate.