gigahostno.toml raw

   1  Name = "Gigahost.no"
   2  Description = ''''''
   3  URL = "https://gigahost.no/"
   4  Code = "gigahostno"
   5  Since = "v4.29.0"
   6  
   7  Example = '''
   8  GIGAHOSTNO_USERNAME="xxxxxxxxxxxxxxxxxxxxx" \
   9  GIGAHOSTNO_PASSWORD="yyyyyyyyyyyyyyyyyyyyy" \
  10  lego --dns gigahostno -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      GIGAHOSTNO_USERNAME = "Username"
  16      GIGAHOSTNO_PASSWORD = "Password"
  17    [Configuration.Additional]
  18      GIGAHOSTNO_SECRET = "TOTP secret"
  19      GIGAHOSTNO_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  20      GIGAHOSTNO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  21      GIGAHOSTNO_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  22      GIGAHOSTNO_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  23  
  24  [Links]
  25    API = "https://gigahost.no/api-dokumentasjon"
  26