Add the ability to reuse a private key

This commit is contained in:
xenolf 2016-01-08 10:14:41 +01:00
parent 6e33cd1b84
commit db1a519684
4 changed files with 49 additions and 16 deletions

4
cli.go
View file

@ -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.",
},
},
},
}