Applies Let’s Encrypt’s recommendation about renew. (#787)
This commit is contained in:
parent
62e0e54f23
commit
cc0d112e34
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func createRenew() cli.Command {
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.IntFlag{
|
cli.IntFlag{
|
||||||
Name: "days",
|
Name: "days",
|
||||||
Value: 15,
|
Value: 30,
|
||||||
Usage: "The number of days left on a certificate to renew it.",
|
Usage: "The number of days left on a certificate to renew it.",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
|
|
Loading…
Reference in a new issue