f5xc.toml 982 B

123456789101112131415161718192021222324252627
  1. Name = "F5 XC"
  2. Description = ''''''
  3. URL = "https://www.f5.com/products/distributed-cloud-services"
  4. Code = "f5xc"
  5. Since = "v4.23.0"
  6. Example = '''
  7. F5XC_API_TOKEN="xxx" \
  8. F5XC_TENANT_NAME="yyy" \
  9. F5XC_GROUP_NAME="zzz" \
  10. lego --email you@example.com --dns f5xc -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. F5XC_API_TOKEN = "API token"
  15. F5XC_TENANT_NAME = "XC Tenant shortname"
  16. F5XC_GROUP_NAME = "Group name"
  17. [Configuration.Additional]
  18. F5XC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19. F5XC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20. F5XC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  21. F5XC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22. [Links]
  23. API = "https://docs.cloud.f5.com/docs-v2/api/dns-zone-rrset"
  24. Documentation = "https://my.f5.com/manage/s/article/K000147937"