Name = "Azion" Description = '''''' Code = "azion" Since = "v4.24.0" URL = "https://www.azion.com/en/products/edge-dns/" Example = ''' AZION_PERSONAL_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxx \ lego --email you@example.com --dns azion -d '*.example.com' -d example.com run ''' [Configuration] [Configuration.Credentials] AZION_PERSONAL_TOKEN = "Your Azion personal token." [Configuration.Additional] AZION_PAGE_SIZE = "The page size for the API request (Default: 50)" AZION_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)" AZION_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)" AZION_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)" AZION_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)" [Links] API = "https://api.azion.com/" GoClient = "https://github.com/aziontech/azionapi-go-sdk"