From 8b11798807e5cf0f2de2fe93381c6ffc2a596e0c Mon Sep 17 00:00:00 2001 From: cara marie Date: Tue, 28 Jun 2016 16:56:14 -0400 Subject: [PATCH] removed option to create 1024 keybitlength certs --- builtin/logical/pki/cert_util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/logical/pki/cert_util.go b/builtin/logical/pki/cert_util.go index 7239c7d2db..1961ecbba8 100644 --- a/builtin/logical/pki/cert_util.go +++ b/builtin/logical/pki/cert_util.go @@ -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: