edgeone.toml raw
1 Name = "Tencent EdgeOne"
2 Description = ''''''
3 URL = "https://edgeone.ai"
4 Code = "edgeone"
5 Since = "v4.26.0"
6
7 Example = '''
8 EDGEONE_SECRET_ID=abcdefghijklmnopqrstuvwx \
9 EDGEONE_SECRET_KEY=your-secret-key \
10 lego --dns edgeone -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 EDGEONE_SECRET_ID = "Access key ID"
16 EDGEONE_SECRET_KEY = "Access Key secret"
17 [Configuration.Additional]
18 EDGEONE_SESSION_TOKEN = "Access Key token"
19 EDGEONE_REGION = "Region"
20 EDGEONE_ZONES_MAPPING = "Mapping between DNS zones and site IDs. (ex: 'example.org:id1,example.com:id2')"
21 EDGEONE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 30)"
22 EDGEONE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 1200)"
23 EDGEONE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
24 EDGEONE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
25
26 [Links]
27 API = "https://edgeone.ai/document/50454#dns-record-apis"
28 GoClient = "https://github.com/tencentcloud/tencentcloud-sdk-go"
29