mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +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":
|
case "rsa":
|
||||||
switch keyBits {
|
switch keyBits {
|
||||||
case 2048:
|
case 2048:
|
||||||
|
case 3072:
|
||||||
case 4096:
|
case 4096:
|
||||||
case 8192:
|
case 8192:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user