Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertAuthority ¶
type CertAuthority interface { CAAndKey() (key string, cert string) GenerateSelfSignedCertAndKey(string, []string, bool) (key string, cert string, err error) }
func NewCertAuthority ¶
func NewCertAuthority(depotDir, commonName string) (CertAuthority, error)
Click to show internal directories.
Click to hide internal directories.