forked from TrueCloudLab/lego
CLI example with --days (#388)
This commit is contained in:
parent
25dd6b8fd7
commit
aaa8e70aec
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue