diff --git a/docs/en/ingest-management/commands.asciidoc b/docs/en/ingest-management/commands.asciidoc index 4674b7474..2e56c7993 100644 --- a/docs/en/ingest-management/commands.asciidoc +++ b/docs/en/ingest-management/commands.asciidoc @@ -349,7 +349,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 @@ -586,7 +587,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: