forked from TrueCloudLab/lego
Add the ability to reuse a private key
This commit is contained in:
parent
6e33cd1b84
commit
db1a519684
4 changed files with 49 additions and 16 deletions
4
cli.go
4
cli.go
|
@ -55,6 +55,10 @@ func main() {
|
|||
Value: 0,
|
||||
Usage: "The number of days left on a certificate to renew it.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "reuse-key",
|
||||
Usage: "Used to indicate you want to reuse your current private key for the new certificate.",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue