feat: key type rs3072, rsa4096
This commit is contained in:
@@ -22,7 +22,7 @@ impl Command for CommandImpl {
|
|||||||
.long("type")
|
.long("type")
|
||||||
.required(true)
|
.required(true)
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("Key type (e.g. p256, p384, p521, rsa1024, rsa2048)"),
|
.help("Key type (e.g. p256, p384, p521, rsa1024, rsa2048, rsa3072, rsa4096)"),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("with-hmac-encrypt")
|
Arg::with_name("with-hmac-encrypt")
|
||||||
|
|||||||
Reference in New Issue
Block a user