2019-03-08 18:47:06 +00:00
|
|
|
Name = "Digital Ocean"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.digitalocean.com/docs/networking/dns/"
|
|
|
|
Code = "digitalocean"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v0.3.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
DO_AUTH_TOKEN=xxxxxx \
|
2022-06-16 22:25:42 +00:00
|
|
|
lego --email you@example.com --dns digitalocean --domains my.example.org run
|
2020-11-27 19:40:44 +00:00
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
DO_AUTH_TOKEN = "Authentication token"
|
|
|
|
[Configuration.Additional]
|
2022-10-03 13:36:47 +00:00
|
|
|
DO_API_URL = "The URL of the API"
|
2019-03-08 18:47:06 +00:00
|
|
|
DO_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
DO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
DO_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
DO_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://developers.digitalocean.com/documentation/v2/#domain-records"
|