Documentation ¶ Index ¶ type Manager func New(dir string) *Manager func (m *Manager) CertPath() string func (m *Manager) Ensure() error func (m *Manager) Install() error func (m *Manager) KeyPath() string func (m *Manager) TLSCertificate() (tls.Certificate, error) func (m *Manager) Uninstall() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func New ¶ func New(dir string) *Manager func (*Manager) CertPath ¶ func (m *Manager) CertPath() string func (*Manager) Ensure ¶ func (m *Manager) Ensure() error func (*Manager) Install ¶ func (m *Manager) Install() error func (*Manager) KeyPath ¶ func (m *Manager) KeyPath() string func (*Manager) TLSCertificate ¶ func (m *Manager) TLSCertificate() (tls.Certificate, error) func (*Manager) Uninstall ¶ func (m *Manager) Uninstall() error Source Files ¶ View all Source files ca.go Click to show internal directories. Click to hide internal directories.