Automatic Cert Method Args
data class AutomaticCertMethodArgs(val duration: Output<String>? = null, val issuerRef: Output<CertManagerIssuerRefArgs>, val privateKey: Output<CertManagerPrivateKeyArgs>? = null, val renewBefore: Output<String>? = null, val san: Output<SanForCertArgs>? = null, val secretRef: Output<String>? = null) : ConvertibleToJava<AutomaticCertMethodArgs>
Automatic TLS server certificate management with cert-manager
Constructors
Link copied to clipboard
constructor(duration: Output<String>? = null, issuerRef: Output<CertManagerIssuerRefArgs>, privateKey: Output<CertManagerPrivateKeyArgs>? = null, renewBefore: Output<String>? = null, san: Output<SanForCertArgs>? = null, secretRef: Output<String>? = null)
Properties
Link copied to clipboard
cert-manager issuerRef.
Link copied to clipboard
Type of certificate private key.
Link copied to clipboard
When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.
Link copied to clipboard
Additional Subject Alternative Names (SANs) to include in the certificate.