Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Aug 15, 2024
1 parent 2a8f90f commit cb3f72b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/agent-fleet-server-ES-CAs-certificates-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This shows the different certificates and certificate authorities used by the El

## TLS

For the TLS case, we have:
- fleet-ca: the certificate authority for the certificate presented by Fleet Server
- fleet-cert: the TLS certificate Fleet Server presents when a client makes an HTTPS request

```shell
elastic-agent install --url=https://your-fleet-server.elastic.co:443 \
--certificate-authorities=/path/to/fleet-ca \
Expand All @@ -21,10 +25,10 @@ elastic-agent install --url=https://your-fleet-server.elastic.co:443 \
```mermaid
flowchart LR
subgraph TLS
elastic-agent[asas]
elastic-agent[fleet-ca]
fleet-server((fleet-server))
elasticsearch((ES))
elasticsearch((elasticsearch))
end
Expand Down Expand Up @@ -74,10 +78,10 @@ elastic-agent install --url=https://your-fleet-server.elastic.co:443 \
```mermaid
flowchart LR
subgraph mTLS
elastic-agent[asas]
elastic-agent((elastic-agent))
fleet-server((fleet-server))
elasticsearch((ES))
elasticsearch((elasticsearch))
end
Expand Down

0 comments on commit cb3f72b

Please sign in to comment.