Name = "Checkdomain" Description = '''''' URL = "https://checkdomain.de/" Code = "checkdomain" Since = "v3.3.0" Example = ''' CHECKDOMAIN_TOKEN=yoursecrettoken \ lego --email you@example.com --dns checkdomain -d '*.example.com' -d example.com run ''' [Configuration] [Configuration.Credentials] CHECKDOMAIN_TOKEN = "API token" [Configuration.Additional] CHECKDOMAIN_ENDPOINT = "API endpoint URL, defaults to https://api.checkdomain.de" CHECKDOMAIN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)" CHECKDOMAIN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 300)" CHECKDOMAIN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 7)" CHECKDOMAIN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)" [Links] API = "https://developer.checkdomain.de/reference/" Guide = "https://developer.checkdomain.de/guide/" Settings = "https://www.checkdomain.net/en/login/data/api/"