lego/providers/dns/conoha/conoha.toml
2020-11-27 20:40:44 +01:00

27 lines
845 B
TOML

Name = "ConoHa"
Description = ''''''
URL = "https://www.conoha.jp/"
Code = "conoha"
Since = "v1.2.0"
Example = '''
CONOHA_TENANT_ID=487727e3921d44e3bfe7ebb337bf085e \
CONOHA_API_USERNAME=xxxx \
CONOHA_API_PASSWORD=yyyy \
lego --email myemail@example.com --dns conoha --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
CONOHA_TENANT_ID = "Tenant ID"
CONOHA_API_USERNAME = "The API username"
CONOHA_API_PASSWORD = "The API password"
[Configuration.Additional]
CONOHA_POLLING_INTERVAL = "Time between DNS propagation check"
CONOHA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
CONOHA_TTL = "The TTL of the TXT record used for the DNS challenge"
CONOHA_HTTP_TIMEOUT = "API request timeout"
CONOHA_REGION = "The region"
[Links]
API = "https://www.conoha.jp/docs/"