mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
f5xc: add an option to configure the domain of the server (#2767)
This commit is contained in:
parent
8b327005b3
commit
ee616417a1
7 changed files with 111 additions and 20 deletions
1
cmd/zz_gen_cmd_dnshelp.go
generated
1
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -1449,6 +1449,7 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln(` - "F5XC_HTTP_TIMEOUT": API request timeout in seconds (Default: 30)`)
|
||||
ew.writeln(` - "F5XC_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 2)`)
|
||||
ew.writeln(` - "F5XC_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 60)`)
|
||||
ew.writeln(` - "F5XC_SERVER": Server domain (Default: console.ves.volterra.io)`)
|
||||
ew.writeln(` - "F5XC_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)`)
|
||||
|
||||
ew.writeln()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue