checkdomain.toml raw

   1  Name = "Checkdomain"
   2  Description = ''''''
   3  URL = "https://checkdomain.de/"
   4  Code = "checkdomain"
   5  Since = "v3.3.0"
   6  
   7  Example = '''
   8  CHECKDOMAIN_TOKEN=yoursecrettoken \
   9  lego --dns checkdomain -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      CHECKDOMAIN_TOKEN = "API token"
  15    [Configuration.Additional]
  16      CHECKDOMAIN_ENDPOINT = "API endpoint URL, defaults to https://api.checkdomain.de"
  17      CHECKDOMAIN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  18      CHECKDOMAIN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 300)"
  19      CHECKDOMAIN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 7)"
  20      CHECKDOMAIN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21  
  22  [Links]
  23    API = "https://developer.checkdomain.de/reference/"
  24    Guide = "https://developer.checkdomain.de/guide/"
  25    Settings = "https://www.checkdomain.net/en/login/data/api/"
  26