aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/acme/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 478192b..c701bc7 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -86,7 +86,7 @@ func requestCert(prov *acme.Provider, acc *acme.Account, d domain) error {
return err
}
if c.Leaf != nil && !d.renew(c.Leaf) && !*forceRenew {
- log.Println("valid until", c.Leaf.NotAfter, "skip")
+ log.Println("skip valid until", c.Leaf.NotAfter)
return nil
}