forked from TrueCloudLab/lego
Update DNSimple instructions to use new env key (#374)
The help documentation still points to the old environment variable (DNSIMPLE_API_KEY) so attempts that use that fail with: `DNSimple OAuth token is missing`. This updates it with the correct key `DNSIMPLE_OAUTH_TOKEN`.
This commit is contained in:
parent
7668fe9274
commit
5dfe609afb
1 changed files with 1 additions and 1 deletions
2
cli.go
2
cli.go
|
@ -205,7 +205,7 @@ Here is an example bash command using the CloudFlare DNS provider:
|
|||
fmt.Fprintln(w, "\tauroradns:\tAURORA_USER_ID, AURORA_KEY, AURORA_ENDPOINT")
|
||||
fmt.Fprintln(w, "\tcloudflare:\tCLOUDFLARE_EMAIL, CLOUDFLARE_API_KEY")
|
||||
fmt.Fprintln(w, "\tdigitalocean:\tDO_AUTH_TOKEN")
|
||||
fmt.Fprintln(w, "\tdnsimple:\tDNSIMPLE_EMAIL, DNSIMPLE_API_KEY")
|
||||
fmt.Fprintln(w, "\tdnsimple:\tDNSIMPLE_EMAIL, DNSIMPLE_OAUTH_TOKEN")
|
||||
fmt.Fprintln(w, "\tdnsmadeeasy:\tDNSMADEEASY_API_KEY, DNSMADEEASY_API_SECRET")
|
||||
fmt.Fprintln(w, "\texoscale:\tEXOSCALE_API_KEY, EXOSCALE_API_SECRET, EXOSCALE_ENDPOINT")
|
||||
fmt.Fprintln(w, "\tgandi:\tGANDI_API_KEY")
|
||||
|
|
Loading…
Reference in a new issue