mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
certutil/helpers.go: Allow 3072 RSA key sizes. (#8343)
This commit is contained in:
@@ -464,6 +464,7 @@ func ValidateKeyTypeLength(keyType string, keyBits int) error {
|
||||
case "rsa":
|
||||
switch keyBits {
|
||||
case 2048:
|
||||
case 3072:
|
||||
case 4096:
|
||||
case 8192:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user