1
0
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:
Kazumichi Yamamoto
2018-06-22 04:24:45 +09:00
committed by Ludovic Fernandez
parent a1585a7b9a
commit 05921d9810
185 changed files with 22182 additions and 5 deletions

1
cli.go
View File

@ -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()