forked from TrueCloudLab/lego
25 lines
800 B
TOML
25 lines
800 B
TOML
Name = "Aurora DNS"
|
|
Description = ''''''
|
|
URL = "https://www.pcextreme.com/aurora/dns"
|
|
Code = "auroradns"
|
|
Since = "v0.4.0"
|
|
|
|
Example = '''
|
|
AURORA_USER_ID=xxxxx \
|
|
AURORA_KEY=yyyyyy \
|
|
lego --email you@example.com --dns auroradns --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
AURORA_USER_ID = "User ID"
|
|
AURORA_KEY = "User API key"
|
|
[Configuration.Additional]
|
|
AURORA_ENDPOINT = "API endpoint URL"
|
|
AURORA_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
AURORA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
AURORA_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
[Links]
|
|
API = "https://libcloud.readthedocs.io/en/latest/dns/drivers/auroradns.html#api-docs"
|
|
GoClient = "https://github.com/nrdcg/auroradns"
|