website: fixed ca provider references (#5185)
Fixes https://github.com/hashicorp/consul/issues/5182.
This commit is contained in:
parent
f2456d1b02
commit
5b31ec33db
|
@ -54,8 +54,8 @@ Otherwise, the connection is rejected.
|
||||||
|
|
||||||
To generate and distribute certificates, Consul has a built-in CA that
|
To generate and distribute certificates, Consul has a built-in CA that
|
||||||
requires no other dependencies, and
|
requires no other dependencies, and
|
||||||
also ships with built-in support for [Vault](#). The PKI system is pluggable
|
also ships with built-in support for [Vault](/docs/connect/ca/vault.html). The PKI system is designed to be pluggable
|
||||||
and can be [extended](#) to support any system.
|
and can be extended to support any system by adding additional CA providers.
|
||||||
|
|
||||||
All APIs required for Connect typically respond in microseconds and impose
|
All APIs required for Connect typically respond in microseconds and impose
|
||||||
minimal overhead to existing services. This is because the Connect-related
|
minimal overhead to existing services. This is because the Connect-related
|
||||||
|
|
Loading…
Reference in New Issue