mirror of
https://github.com/go-acme/lego.git
synced 2024-12-25 11:02:56 +02:00
feat: replaces ec384 by ec256.
This commit is contained in:
parent
6ad8c6c16f
commit
53c02b6d5e
@ -42,7 +42,7 @@ func CreateFlags(defaultPath string) []cli.Flag {
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "key-type, k",
|
||||
Value: "ec384",
|
||||
Value: "ec256",
|
||||
Usage: "Key type to use for private keys. Supported: rsa2048, rsa4096, rsa8192, ec256, ec384.",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user