nginx-ui/internal/cert/config/regfish.toml
2025-01-23 10:37:42 +08:00

23 lines
824 B
TOML

Name = "Regfish"
Description = ''''''
URL = "https://regfish.de/"
Code = "regfish"
Since = "v4.20.0"
Example = '''
REGFISH_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
lego --email you@example.com --dns regfish -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
REGFISH_API_KEY = "API key"
[Configuration.Additional]
REGFISH_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
REGFISH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
REGFISH_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
REGFISH_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://regfish.readme.io/"
GoClient = "https://github.com/regfish/regfish-dnsapi-go"