1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-20 13:15:32 +02:00
lego/providers/dns/bunny/bunny.toml

23 lines
796 B
TOML
Raw Permalink Normal View History

Name = "Bunny"
Description = ''''''
URL = "https://bunny.net"
Code = "bunny"
Since = "v4.11.0"
Example = '''
BUNNY_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
2024-11-07 23:55:04 +01:00
lego --email you@example.com --dns bunny -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
BUNNY_API_KEY = "API key"
[Configuration.Additional]
BUNNY_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
BUNNY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
BUNNY_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
[Links]
API = "https://docs.bunny.net/reference/dnszonepublic_index"
2023-09-03 16:27:27 +02:00
bunny-go = "https://github.com/nrdcg/bunny-go"