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.
This commit is contained in:
Blake Covarrubias 2020-10-20 09:58:28 -07:00 committed by hashicorp-ci
parent 5c1d25df84
commit d2f0cf42c3
1 changed files with 1 additions and 2 deletions

View File

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