Skip to content

Commit

Permalink
Update website/content/docs/connect/ca/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
  • Loading branch information
Chris S. Kim and trujillo-adam committed Jun 21, 2023
1 parent a6f7ca8 commit 95a4009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/connect/ca/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ may not have a reachable Vault cluster. The pros and cons of both providers are
| | Consul built-in | Vault |
|------------|------------------------------------|-----------------------------------------------------------------------------------|
| Security | CA private keys are stored on disk | CA private keys are stored in Vault and are never exposed to Consul server agents |
| Resiliency | No dependency on external systems; if Consul is available, it can sign certs | Dependent on Vault availability |
| Latency | Certs are signed locally | Cert signing operations require a network call to Vault |
| Resiliency | No dependency on external systems. If Consul is available, it can sign certificates | Dependent on Vault availability |
| Latency | Consul signs certificates locally | A network call to Vault is required to sign certificates |

## CA Bootstrapping

Expand Down

0 comments on commit 95a4009

Please sign in to comment.