removed option to create 1024 keybitlength certs

This commit is contained in:
cara marie 2016-06-28 16:56:14 -04:00
parent 62a6c37288
commit 8b11798807

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: