Versions in this module Expand all Collapse all v3 v3.9.0 Sep 1, 2020 v3.8.0 Jul 2, 2020 v3.7.0 May 11, 2020 v3.6.0 Apr 24, 2020 v3.5.0 Mar 15, 2020 Changes in this version + const EnvHTTPTimeout + const EnvPassword + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + const EnvUsername + type Config struct + HTTPClient *http.Client + Password string + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + Username string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (d *DNSProvider) Present(domain, token, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration) Other modules containing this package github.com/go-acme/lego/v4