mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 17:21:50 +02:00
24 lines
719 B
TOML
24 lines
719 B
TOML
|
Name = "Regfish"
|
||
|
Description = ''''''
|
||
|
URL = "https://regfish.de/"
|
||
|
Code = "regfish"
|
||
|
Since = "v4.20.0"
|
||
|
|
||
|
Example = '''
|
||
|
REGFISH_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
||
|
lego --email myemail@example.com --dns regfish --domains my.example.org run
|
||
|
'''
|
||
|
|
||
|
[Configuration]
|
||
|
[Configuration.Credentials]
|
||
|
REGFISH_API_KEY = "API key"
|
||
|
[Configuration.Additional]
|
||
|
REGFISH_POLLING_INTERVAL = "Time between DNS propagation check"
|
||
|
REGFISH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
||
|
REGFISH_TTL = "The TTL of the TXT record used for the DNS challenge"
|
||
|
REGFISH_HTTP_TIMEOUT = "API request timeout"
|
||
|
|
||
|
[Links]
|
||
|
API = "https://regfish.readme.io/"
|
||
|
GoClient = "https://github.com/regfish/regfish-dnsapi-go"
|