mirror of
https://github.com/go-acme/lego.git
synced 2024-11-28 17:41:10 +02:00
Correct example of renew action with days flag (#646)
This commit is contained in:
parent
58a023e92b
commit
38ffd0577b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user