mirror of
https://github.com/go-acme/lego.git
synced 2025-07-02 13:56:55 +02:00
Add DNS Provider for SAKURA Cloud (#456)
This commit is contained in:
committed by
Ludovic Fernandez
parent
a1585a7b9a
commit
05921d9810
1
cli.go
1
cli.go
@ -226,6 +226,7 @@ Here is an example bash command using the CloudFlare DNS provider:
|
||||
fmt.Fprintln(w, "\tpdns:\tPDNS_API_KEY, PDNS_API_URL")
|
||||
fmt.Fprintln(w, "\tdnspod:\tDNSPOD_API_KEY")
|
||||
fmt.Fprintln(w, "\totc:\tOTC_USER_NAME, OTC_PASSWORD, OTC_PROJECT_NAME, OTC_DOMAIN_NAME, OTC_IDENTITY_ENDPOINT")
|
||||
fmt.Fprintln(w, "\tsakuracloud:\tSAKURACLOUD_ACCESS_TOKEN, SAKURACLOUD_ACCESS_TOKEN_SECRET")
|
||||
fmt.Fprintln(w, "\texec:\tEXEC_PATH")
|
||||
w.Flush()
|
||||
|
||||
|
Reference in New Issue
Block a user