2024-11-07 00:17:52 +02:00
|
|
|
Name = "Brandit (deprecated)"
|
|
|
|
Description = '''
|
|
|
|
Brandit has been acquired by Abion.
|
|
|
|
Abion has a different API.
|
|
|
|
|
|
|
|
If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.
|
|
|
|
'''
|
2023-04-14 09:44:20 +02:00
|
|
|
URL = "https://www.brandit.com/"
|
|
|
|
Code = "brandit"
|
|
|
|
Since = "v4.11.0"
|
|
|
|
|
|
|
|
Example = '''
|
|
|
|
BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \
|
|
|
|
BRANDIT_API_USERNAME=yyyyyyyyyyyyyyyyyyyy \
|
2024-11-08 00:55:04 +02:00
|
|
|
lego --email you@example.com --dns brandit -d '*.example.com' -d example.com run
|
2023-04-14 09:44:20 +02:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
BRANDIT_API_KEY = "The API key"
|
|
|
|
BRANDIT_API_USERNAME = "The API username"
|
|
|
|
[Configuration.Additional]
|
|
|
|
BRANDIT_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
BRANDIT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
BRANDIT_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
BRANDIT_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://portal.brandit.com/apidocv3"
|