desec.toml raw

   1  Name = "deSEC.io"
   2  Description = ''''''
   3  URL = "https://desec.io"
   4  Code = "desec"
   5  Since = "v3.7.0"
   6  
   7  Example = '''
   8  DESEC_TOKEN=x-xxxxxxxxxxxxxxxxxxxxxxxxxx \
   9  lego --dns desec -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      DESEC_TOKEN = "Domain token"
  15    [Configuration.Additional]
  16      DESEC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 4)"
  17      DESEC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  18      DESEC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
  19      DESEC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20  
  21  [Links]
  22    API = "https://desec.readthedocs.io/en/latest/"
  23