forked from TrueCloudLab/lego
Remove CA path from config dir.
This commit is contained in:
parent
37b20117bf
commit
0f32c176d7
3 changed files with 32 additions and 42 deletions
10
cli.go
10
cli.go
|
@ -24,7 +24,7 @@ func main() {
|
|||
app := cli.NewApp()
|
||||
app.Name = "lego"
|
||||
app.Usage = "Let's encrypt client to go!"
|
||||
app.Version = "0.0.1"
|
||||
app.Version = "0.0.2"
|
||||
|
||||
cwd, err := os.Getwd()
|
||||
if err != nil {
|
||||
|
@ -103,14 +103,6 @@ func main() {
|
|||
Value: 2048,
|
||||
Usage: "Size of the RSA key.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "no-confirm",
|
||||
Usage: "Turn off confirmation screens.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "agree-tos, e",
|
||||
Usage: "Skip the end user license agreement screen.",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "path",
|
||||
Usage: "Directory to use for storing the data",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue