mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
feat: Add DNS provider for Czechia (#2885)
This commit is contained in:
parent
da51631cd3
commit
847c763504
13 changed files with 691 additions and 38 deletions
21
cmd/zz_gen_cmd_dnshelp.go
generated
21
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -49,6 +49,7 @@ func allDNSCodes() string {
|
|||
"constellix",
|
||||
"corenetworks",
|
||||
"cpanel",
|
||||
"czechia",
|
||||
"ddnss",
|
||||
"derak",
|
||||
"desec",
|
||||
|
|
@ -1026,6 +1027,26 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln()
|
||||
ew.writeln(`More information: https://go-acme.github.io/lego/dns/cpanel`)
|
||||
|
||||
case "czechia":
|
||||
// generated from: providers/dns/czechia/czechia.toml
|
||||
ew.writeln(`Configuration for Czechia.`)
|
||||
ew.writeln(`Code: 'czechia'`)
|
||||
ew.writeln(`Since: 'v4.33.0'`)
|
||||
ew.writeln()
|
||||
|
||||
ew.writeln(`Credentials:`)
|
||||
ew.writeln(` - "CZECHIA_TOKEN": Authorization token`)
|
||||
ew.writeln()
|
||||
|
||||
ew.writeln(`Additional Configuration:`)
|
||||
ew.writeln(` - "CZECHIA_HTTP_TIMEOUT": API request timeout in seconds (Default: 30)`)
|
||||
ew.writeln(` - "CZECHIA_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 2)`)
|
||||
ew.writeln(` - "CZECHIA_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 60)`)
|
||||
ew.writeln(` - "CZECHIA_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/czechia`)
|
||||
|
||||
case "ddnss":
|
||||
// generated from: providers/dns/ddnss/ddnss.toml
|
||||
ew.writeln(`Configuration for DDnss (DynDNS Service).`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue