tencentcloud.toml raw
1 Name = "Tencent Cloud DNS"
2 Description = ''''''
3 URL = "https://cloud.tencent.com/product/dns"
4 Code = "tencentcloud"
5 Since = "v4.6.0"
6
7 Example = '''
8 TENCENTCLOUD_SECRET_ID=abcdefghijklmnopqrstuvwx \
9 TENCENTCLOUD_SECRET_KEY=your-secret-key \
10 lego --dns tencentcloud -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 TENCENTCLOUD_SECRET_ID = "Access key ID"
16 TENCENTCLOUD_SECRET_KEY = "Access Key secret"
17 [Configuration.Additional]
18 TENCENTCLOUD_SESSION_TOKEN = "Access Key token"
19 TENCENTCLOUD_REGION = "Region"
20 TENCENTCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
21 TENCENTCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
22 TENCENTCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
23 TENCENTCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
24
25 [Links]
26 API = "https://cloud.tencent.com/document/product/1427/56153"
27 GoClient = "https://github.com/tencentcloud/tencentcloud-sdk-go"
28