forked from TrueCloudLab/lego
Correct example of renew action with days flag (#646)
This commit is contained in:
parent
58a023e92b
commit
38ffd0577b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue