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 myemail@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"