Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCacheMiss = autocert.ErrCacheMiss
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { Email string DirectoryUrl string ExternalAccountBinding *acme.ExternalAccountBinding Cache Cache Logger *logman.Logger DnsProvider interface { libdns.RecordAppender libdns.RecordDeleter } // contains filtered or unexported fields }
func (*Manager) GetCertificate ¶
func (m *Manager) GetCertificate(name string) (*tls.Certificate, error)
Click to show internal directories.
Click to hide internal directories.