CertManagerCertOptions interface

Cert Manager Cert properties

Properties

duration

Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

privateKey

Configuration of certificate private key.

renewBefore

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.

Property Details

duration

Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

duration: string

Property Value

string

privateKey

Configuration of certificate private key.

privateKey: CertManagerPrivateKey

Property Value

renewBefore

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.

renewBefore: string

Property Value

string