2019-03-08 20:47:06 +02:00
|
|
|
Name = "Sakura Cloud"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://cloud.sakura.ad.jp/"
|
|
|
|
Code = "sakuracloud"
|
2019-04-17 21:32:38 +02:00
|
|
|
Since = "v1.1.0"
|
2019-03-08 20:47:06 +02:00
|
|
|
|
2020-11-27 21:40:44 +02:00
|
|
|
Example = '''
|
|
|
|
SAKURACLOUD_ACCESS_TOKEN=xxxxx \
|
|
|
|
SAKURACLOUD_ACCESS_TOKEN_SECRET=yyyyy \
|
2024-11-08 00:55:04 +02:00
|
|
|
lego --email you@example.com --dns sakuracloud -d '*.example.com' -d example.com run
|
2020-11-27 21:40:44 +02:00
|
|
|
'''
|
2019-03-08 20:47:06 +02:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
SAKURACLOUD_ACCESS_TOKEN = "Access token"
|
|
|
|
SAKURACLOUD_ACCESS_TOKEN_SECRET = "Access token secret"
|
|
|
|
[Configuration.Additional]
|
|
|
|
SAKURACLOUD_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
SAKURACLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
SAKURACLOUD_TTL = "The TTL of the TXT record used for the DNS challenge"
|
2019-04-09 22:56:12 +02:00
|
|
|
SAKURACLOUD_HTTP_TIMEOUT = "API request timeout"
|
2019-03-08 20:47:06 +02:00
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://developer.sakura.ad.jp/cloud/api/1.1/"
|
2022-08-04 15:56:46 +02:00
|
|
|
GoClient = "https://github.com/sacloud/iaas-api-go"
|