mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
edgeone: add zones mapping (#2728)
This commit is contained in:
parent
aea6afe2d6
commit
56cb356ef2
7 changed files with 61 additions and 20 deletions
1
cmd/zz_gen_cmd_dnshelp.go
generated
1
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -1342,6 +1342,7 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln(` - "EDGEONE_REGION": Region`)
|
||||
ew.writeln(` - "EDGEONE_SESSION_TOKEN": Access Key token`)
|
||||
ew.writeln(` - "EDGEONE_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)`)
|
||||
ew.writeln(` - "EDGEONE_ZONES_MAPPING": Mapping between DNS zones and site IDs. (ex: 'example.org:id1,example.com:id2')`)
|
||||
|
||||
ew.writeln()
|
||||
ew.writeln(`More information: https://go-acme.github.io/lego/dns/edgeone`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue