Versions in this module Expand all Collapse all v3 v3.8.1 Jun 6, 2020 v3.8.0 Jun 5, 2020 Changes in this version + const EnvDebug + const EnvPollingInterval + const EnvProject + const EnvPropagationTimeout + const EnvServiceAccount + const EnvTTL + type Config struct + Debug bool + HTTPClient *http.Client + PollingInterval time.Duration + Project string + PropagationTimeout time.Duration + TTL int + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func NewDNSProviderCredentials(project string) (*DNSProvider, error) + func NewDNSProviderServiceAccount(saFile string) (*DNSProvider, error) + func NewDNSProviderServiceAccountKey(saKey []byte) (*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) v3.7.1-cert-manager Jun 5, 2020 Other modules containing this package github.com/controlplanecom/lego