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