servercow.toml raw

   1  Name = "Servercow"
   2  Description = ''''''
   3  URL = "https://servercow.de/"
   4  Code = "servercow"
   5  Since = "v3.4.0"
   6  
   7  Example = '''
   8  SERVERCOW_USERNAME=xxxxxxxx \
   9  SERVERCOW_PASSWORD=xxxxxxxx \
  10  lego --dns servercow -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      SERVERCOW_USERNAME = "API username"
  16      SERVERCOW_PASSWORD = "API password"
  17    [Configuration.Additional]
  18      SERVERCOW_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19      SERVERCOW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20      SERVERCOW_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  21      SERVERCOW_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://wiki.servercow.de/en/domains/dns_api/api-syntax/"
  25