SslCertificateSelfManagedSslCertificateResponse

data class SslCertificateSelfManagedSslCertificateResponse(val certificate: String, val privateKey: String)

Configuration and status of a self-managed SSL certificate.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.

Link copied to clipboard

A write-only private key in PEM format. Only insert requests will include this field.