diff --git a/docs/en/ingest-management/commands.asciidoc b/docs/en/ingest-management/commands.asciidoc index 9022c246e..d575b827c 100644 --- a/docs/en/ingest-management/commands.asciidoc +++ b/docs/en/ingest-management/commands.asciidoc @@ -348,7 +348,8 @@ elastic-agent enroll \ --certificate-authorities=/path/to/ca.crt \ --fleet-server-es-ca=/path/to/elasticsearch-ca.crt \ --fleet-server-cert=/path/to/fleet-server.crt \ - --fleet-server-cert-key=/path/to/fleet-server.key + --fleet-server-cert-key=/path/to/fleet-server.key \ + --fleet-server-port=8220 ---- Then enroll another {agent} into the {fleet-server} started in the previous @@ -585,7 +586,8 @@ elastic-agent install \ --certificate-authorities=/path/to/ca.crt \ --fleet-server-es-ca=/path/to/elasticsearch-ca.crt \ --fleet-server-cert=/path/to/fleet-server.crt \ - --fleet-server-cert-key=/path/to/fleet-server.key + --fleet-server-cert-key=/path/to/fleet-server.key \ + --fleet-server-port=8220 ---- Then install another {agent} and enroll it into the {fleet-server} started in diff --git a/docs/en/ingest-management/security/certificates.asciidoc b/docs/en/ingest-management/security/certificates.asciidoc index d4e0852cf..78563b212 100644 --- a/docs/en/ingest-management/security/certificates.asciidoc +++ b/docs/en/ingest-management/security/certificates.asciidoc @@ -219,7 +219,8 @@ sudo ./elastic-agent install \ --fleet-server-es-ca=/path/to/elasticsearch-ca.crt \ --certificate-authorities=/path/to/ca.crt \ --fleet-server-cert=/path/to/fleet-server.crt \ - --fleet-server-cert-key=/path/to/fleet-server.key + --fleet-server-cert-key=/path/to/fleet-server.key \ + --fleet-server-port=8220 ---- Where: