mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
removed option to create 1024 keybitlength certs
This commit is contained in:
parent
62a6c37288
commit
8b11798807
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ func validateKeyTypeLength(keyType string, keyBits int) *logical.Response {
|
|||
switch keyType {
|
||||
case "rsa":
|
||||
switch keyBits {
|
||||
case 1024:
|
||||
case 2048:
|
||||
case 4096:
|
||||
case 8192:
|
||||
|
|
|
|||
Loading…
Reference in a new issue