Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + const EnvAppCredID + const EnvAppCredName + const EnvAppCredSecret + const EnvAuthURL + const EnvCloud + const EnvPassword + const EnvPollingInterval + const EnvProjectID + const EnvPropagationTimeout + const EnvRegionName + const EnvTTL + const EnvTenantName + const EnvUserID + const EnvUsername + type Config struct + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + 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/reinismu/lego