Applies Let’s Encrypt’s recommendation about renew. (#787)

This commit is contained in:
Ludovic Fernandez 2019-02-08 02:43:05 +01:00 committed by GitHub
parent 62e0e54f23
commit cc0d112e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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