f5xc.toml raw
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
7 Example = '''
8 F5XC_API_TOKEN="xxx" \
9 F5XC_TENANT_NAME="yyy" \
10 F5XC_GROUP_NAME="zzz" \
11 lego --dns f5xc -d '*.example.com' -d example.com run
12 '''
13
14 [Configuration]
15 [Configuration.Credentials]
16 F5XC_API_TOKEN = "API token"
17 F5XC_TENANT_NAME = "XC Tenant shortname"
18 F5XC_GROUP_NAME = "Group name"
19 [Configuration.Additional]
20 F5XC_SERVER = "Server domain (Default: console.ves.volterra.io)"
21 F5XC_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
22 F5XC_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
23 F5XC_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
24 F5XC_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
25
26 [Links]
27 API = "https://docs.cloud.f5.com/docs-v2/api/dns-zone-rrset"
28 Documentation = "https://my.f5.com/manage/s/article/K000147937"
29