feat: key type rs3072, rsa4096

This commit is contained in:
2025-05-05 13:00:45 +08:00
parent 96927e0dab
commit 9435b287c8

View File

@@ -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")