1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 17:21:50 +02:00
lego/providers/dns/regfish/regfish.toml

24 lines
719 B
TOML
Raw Normal View History

2024-11-05 02:14:51 +02:00
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"