Automatic Cert Method Response
data class AutomaticCertMethodResponse(val duration: String? = null, val issuerRef: CertManagerIssuerRefResponse, val privateKey: CertManagerPrivateKeyResponse? = null, val renewBefore: String? = null, val san: SanForCertResponse? = null, val secretRef: String? = null)
Automatic TLS server certificate management with cert-manager
Constructors
Link copied to clipboard
constructor(duration: String? = null, issuerRef: CertManagerIssuerRefResponse, privateKey: CertManagerPrivateKeyResponse? = null, renewBefore: String? = null, san: SanForCertResponse? = null, secretRef: 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.