CLI example with --days (#388)

This commit is contained in:
Wilk 2017-05-05 16:12:59 +02:00 committed by xenolf
parent 25dd6b8fd7
commit aaa8e70aec

View file

@ -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