inwx.toml raw

   1  Name = "INWX"
   2  Description = ''''''
   3  URL = "https://www.inwx.de/en"
   4  Code = "inwx"
   5  Since = "v2.0.0"
   6  
   7  Example = '''
   8  INWX_USERNAME=xxxxxxxxxx \
   9  INWX_PASSWORD=yyyyyyyyyy \
  10  lego --dns inwx -d '*.example.com' -d example.com run
  11  
  12  # 2FA
  13  INWX_USERNAME=xxxxxxxxxx \
  14  INWX_PASSWORD=yyyyyyyyyy \
  15  INWX_SHARED_SECRET=zzzzzzzzzz \
  16  lego --dns inwx -d '*.example.com' -d example.com run
  17  '''
  18  
  19  [Configuration]
  20    [Configuration.Credentials]
  21      INWX_USERNAME = "Username"
  22      INWX_PASSWORD = "Password"
  23    [Configuration.Additional]
  24      INWX_SHARED_SECRET = "shared secret related to 2FA"
  25      INWX_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  26      INWX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 360)"
  27      INWX_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  28      INWX_SANDBOX = "Activate the sandbox (boolean)"
  29  
  30  [Links]
  31    API = "https://www.inwx.de/en/help/apidoc"
  32    GoClient = "https://github.com/nrdcg/goinwx"
  33