mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Merge pull request #1570 from bones-codes/master
Removed the 1024 key bit length option for cert generation
This commit is contained in:
commit
6a85b96327
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