azion.toml raw

   1  Name = "Azion"
   2  Description = ''''''
   3  Code = "azion"
   4  Since = "v4.24.0"
   5  URL = "https://www.azion.com/en/products/edge-dns/"
   6  
   7  Example = '''
   8  AZION_PERSONAL_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxx \
   9  lego --dns azion -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      AZION_PERSONAL_TOKEN = "Your Azion personal token."
  15    [Configuration.Additional]
  16      AZION_PAGE_SIZE = "The page size for the API request (Default: 50)"
  17      AZION_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  18      AZION_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  19      AZION_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  20      AZION_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21  
  22  [Links]
  23    API = "https://api.azion.com/"
  24    GoClient = "https://github.com/aziontech/azionapi-go-sdk"
  25