mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
hetzner: update to new API (#2663)
This commit is contained in:
parent
213d7b8fa3
commit
f0c314c3ef
35 changed files with 1583 additions and 165 deletions
6
cmd/zz_gen_cmd_dnshelp.go
generated
6
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -1550,14 +1550,14 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln()
|
||||
|
||||
ew.writeln(`Credentials:`)
|
||||
ew.writeln(` - "HETZNER_API_KEY": API key`)
|
||||
ew.writeln(` - "HETZNER_API_TOKEN": API token`)
|
||||
ew.writeln()
|
||||
|
||||
ew.writeln(`Additional Configuration:`)
|
||||
ew.writeln(` - "HETZNER_HTTP_TIMEOUT": API request timeout in seconds (Default: 30)`)
|
||||
ew.writeln(` - "HETZNER_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 2)`)
|
||||
ew.writeln(` - "HETZNER_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 120)`)
|
||||
ew.writeln(` - "HETZNER_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)`)
|
||||
ew.writeln(` - "HETZNER_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 60)`)
|
||||
ew.writeln(` - "HETZNER_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)`)
|
||||
|
||||
ew.writeln()
|
||||
ew.writeln(`More information: https://go-acme.github.io/lego/dns/hetzner`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue