This commit is contained in:
yuzuki999
2022-09-14 08:02:13 +08:00
parent 3682114f06
commit 07951b08c0
3 changed files with 8 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
// Package legocmd Let's Encrypt client to go!
// Package legoCmd Let's Encrypt client to go!
// CLI application for generating Let's Encrypt certificates using the ACME package.
package legoCmd
@@ -134,7 +134,7 @@ func (l *LegoCMD) HTTPCert(domain, email string) (CertPath string, KeyPath strin
return CertPath, KeyPath, nil
}
//RenewCert renew a domain cert
// RenewCert renew a domain cert
func (l *LegoCMD) RenewCert(domain, email, certMode, provider string, DNSEnv map[string]string) (CertPath string, KeyPath string, err error) {
var argstring string
defer func() (string, string, error) {