1 Name = "ConoHa v2"
2 Description = ''''''
3 URL = "https://www.conoha.jp/"
4 Code = "conoha"
5 Since = "v1.2.0"
6 7 Example = '''
8 CONOHA_TENANT_ID=487727e3921d44e3bfe7ebb337bf085e \
9 CONOHA_API_USERNAME=xxxx \
10 CONOHA_API_PASSWORD=yyyy \
11 lego --dns conoha -d '*.example.com' -d example.com run
12 '''
13 14 [Configuration]
15 [Configuration.Credentials]
16 CONOHA_TENANT_ID = "Tenant ID"
17 CONOHA_API_USERNAME = "The API username"
18 CONOHA_API_PASSWORD = "The API password"
19 [Configuration.Additional]
20 CONOHA_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
21 CONOHA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
22 CONOHA_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
23 CONOHA_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
24 CONOHA_REGION = "The region (Default: tyo1)"
25 26 [Links]
27 API = "https://doc.conoha.jp/reference/api-vps2/api-dns-vps2"
28