Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cert ¶
type Cert struct { Organization string CommonName string ValidSinceDuration string NotBefore time.Time ValidForDuration string NotAfter time.Time DNSNames []string SignedCerts []*Cert IsCa bool K8sSecretName string }
func (*Cert) Generate ¶
func (c *Cert) Generate() (*CertKeyPair, error)
func (*Cert) SetDefaults ¶
type CertKeyPair ¶
type RootCaPair ¶
Click to show internal directories.
Click to hide internal directories.