2020-05-28 14:57:29 +00:00
|
|
|
Name = "ArvanCloud"
|
|
|
|
Description = ''''''
|
2022-11-28 16:15:56 +00:00
|
|
|
URL = "https://arvancloud.ir"
|
2020-05-28 14:57:29 +00:00
|
|
|
Code = "arvancloud"
|
|
|
|
Since = "v3.8.0"
|
|
|
|
|
|
|
|
Example = '''
|
2021-03-02 23:27:01 +00:00
|
|
|
ARVANCLOUD_API_KEY="Apikey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
|
2022-06-16 22:25:42 +00:00
|
|
|
lego --email you@example.com --dns arvancloud --domains my.example.org run
|
2020-05-28 14:57:29 +00:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
ARVANCLOUD_API_KEY = "API key"
|
|
|
|
[Configuration.Additional]
|
|
|
|
ARVANCLOUD_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
ARVANCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
ARVANCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
ARVANCLOUD_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
2022-11-28 16:15:56 +00:00
|
|
|
API = "https://www.arvancloud.ir/docs/api/cdn/4.0"
|