Merge pull request #1570 from bones-codes/master

Removed the 1024 key bit length option for cert generation
This commit is contained in:
Jeff Mitchell 2016-06-28 23:07:11 +02:00 committed by GitHub
commit 6a85b96327

View file

@ -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: