mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-14 13:24:14 +02:00
27 lines
965 B
TOML
27 lines
965 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 you@example.com --dns conoha -d '*.example.com' -d example.com 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 in seconds (Default: 2)"
|
|
CONOHA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
CONOHA_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
|
|
CONOHA_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
CONOHA_REGION = "The region (Default: tyo1)"
|
|
|
|
[Links]
|
|
API = "https://www.conoha.jp/docs/"
|