aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/config.go')
-rw-r--r--cmd/acme/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 60b9fcf..36d5f46 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -171,7 +171,7 @@ func checkWWW(altnames []string) []string {
return altnames
}
-func (d domain) renew(cert *x509.Certificate) bool {
+func (d domain) needsRenew(cert *x509.Certificate) bool {
if cert == nil {
return true
}