feat: replaces ec384 by ec256.

This commit is contained in:
Fernandez Ludovic 2020-09-02 02:37:38 +02:00 committed by Ludovic Fernandez
parent 6ad8c6c16f
commit 53c02b6d5e

View file

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