Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCacheMiss = autocert.ErrCacheMiss
Functions ¶
This section is empty.
Types ¶
type Manager ¶ added in v0.0.5
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 ¶ added in v0.0.5
func (m *Manager) GetCertificate(name string) (*tls.Certificate, error)
Click to show internal directories.
Click to hide internal directories.