Documentation ¶ Index ¶ type TestCerts func GenerateCerts(caName string) *TestCerts func LoadCertsFromEnv() *TestCerts func (tc *TestCerts) CA() string func (tc *TestCerts) Cert(commonName string) string func (tc *TestCerts) Key(commonName string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TestCerts ¶ type TestCerts struct { // contains filtered or unexported fields } func GenerateCerts ¶ func GenerateCerts(caName string) *TestCerts func LoadCertsFromEnv ¶ func LoadCertsFromEnv() *TestCerts func (*TestCerts) CA ¶ func (tc *TestCerts) CA() string func (*TestCerts) Cert ¶ func (tc *TestCerts) Cert(commonName string) string func (*TestCerts) Key ¶ func (tc *TestCerts) Key(commonName string) string Source Files ¶ View all Source files certificate.go Click to show internal directories. Click to hide internal directories.