From aaa8e70aec58a858b6bef0706b367dd5e8d58128 Mon Sep 17 00:00:00 2001 From: Wilk Date: Fri, 5 May 2017 16:12:59 +0200 Subject: [PATCH] CLI example with --days (#388) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 852f0a83..5dc9d550 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,12 @@ 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 + +```bash +$ lego --email="foo@bar.com" --domains="example.com" renew --days 30 +``` + Obtain a certificate using the DNS challenge and AWS Route 53: ```bash