mirror of https://github.com/hashicorp/consul
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.pull/8997/head
parent
d26b1c1ce3
commit
bdd5e1e2a8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue