Versions in this module Expand all Collapse all v0 v0.2.93 Dec 5, 2020 Changes in this version + const LetsEncryptProductionCA + const LetsEncryptStagingCA + var ErrProviderNotImplemented = errors.New("Provider not implemented") + type Option func(o *Options) + func AcceptToS(b bool) Option + func CA(CA string) Option + func Cache(c interface{}) Option + func ChallengeProvider(p challenge.Provider) Option + func OnDemand(b bool) Option + type Options struct + AcceptToS bool + CA string + Cache interface{} + ChallengeProvider challenge.Provider + OnDemand bool + func DefaultOptions() Options + type Provider interface + Listen func(...string) (net.Listener, error) + TLSConfig func(...string) (*tls.Config, error)