From bdd5e1e2a8fd7b818a88813b179c0abcedf7ee60 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Tue, 20 Oct 2020 09:58:28 -0700 Subject: [PATCH] docs: Remove sentence about pluggable CAs Consul's Connect CA documentation mentions future releases will support a pluggable CA system. This sentence has existed in the docs for over two years, however there are currently no plans to develop this feature on the near-term roadmap. This commit removes this sentence to avoid giving the impression that this feature will be available in an upcoming release. --- website/pages/docs/connect/ca/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/pages/docs/connect/ca/index.mdx b/website/pages/docs/connect/ca/index.mdx index 3af7f0e6a1..37ebe4d232 100644 --- a/website/pages/docs/connect/ca/index.mdx +++ b/website/pages/docs/connect/ca/index.mdx @@ -19,8 +19,7 @@ storing and signing certificates. Consul ships with a root certificate and private key on the Consul servers. Consul also has built-in support for [Vault as a CA](/docs/connect/ca/vault). With Vault, the root certificate -and private key material remain with the Vault cluster. A future version of -Consul will support pluggable CA systems using external binaries. +and private key material remain with the Vault cluster. ## CA Bootstrapping