Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExtraSANs []ExtraSANsFunc
ExtraSANs can be used to add extra sans via a function
Functions ¶
func GenServingCerts ¶
func GenServingCerts(caCertFile, caKeyFile string, currentCert, currentKey []byte, clusterDomain string, SANs []string) ([]byte, []byte, bool, error)
Types ¶
type ExtraSANsFunc ¶ added in v0.19.0
type ExtraSANsFunc func(ctx context.Context) ([]string, error)
Click to show internal directories.
Click to hide internal directories.