SslCertificateSelfManagedSslCertificateArgs

data class SslCertificateSelfManagedSslCertificateArgs(val certificate: Output<String>? = null, val privateKey: Output<String>? = null) : ConvertibleToJava<SslCertificateSelfManagedSslCertificateArgs>

Configuration and status of a self-managed SSL certificate.

Constructors

fun SslCertificateSelfManagedSslCertificateArgs(certificate: Output<String>? = null, privateKey: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SslCertificateSelfManagedSslCertificateArgs

Properties

Link copied to clipboard
val certificate: Output<String>? = null

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
val privateKey: Output<String>? = null

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