From 38ffd0577bfd8d27076dd657f533f62ba2cef25c Mon Sep 17 00:00:00 2001 From: Ethan Young Date: Mon, 24 Sep 2018 04:05:55 -0600 Subject: [PATCH] Correct example of renew action with days flag (#646) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb29cd85..b62589a8 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ To renew the certificate: lego --email="foo@bar.com" --domains="example.com" renew ``` -To renew the certificate only if it's older than 30 days +To renew the certificate only if it expires within 30 days ```bash lego --email="foo@bar.com" --domains="example.com" renew --days 30