Versions in this module Expand all Collapse all v0 v0.7.0 Oct 19, 2024 Changes in this version + type CAClient struct + GeneratedCerts [][]string + func NewMockCaClient(opts *security.Options, certLifetime time.Duration) (*CAClient, error) + func (c *CAClient) Close() error + func (c *CAClient) CsrSend(csrPEM []byte, certValidsec int64, identity string) ([]string, error) + func (c *CAClient) FetchCert(identity string) (*security.SecretItem, error)