@@ -164,6 +164,7 @@ elastic-agent enroll --url <string>
164164 [--delay-enroll]
165165 [--elastic-agent-cert <string>]
166166 [--elastic-agent-cert-key <string>]
167+ [--elastic-agent-cert-key-passphrase <string>]
167168 [--force]
168169 [--header <strings>]
169170 [--help]
@@ -191,6 +192,7 @@ elastic-agent enroll --fleet-server-es <string>
191192 [--delay-enroll]
192193 [--elastic-agent-cert <string>]
193194 [--elastic-agent-cert-key <string>]
195+ [--elastic-agent-cert-key-passphrase <string>]
194196 [--fleet-server-cert <string>] <1>
195197 [--fleet-server-cert-key <string>]
196198 [--fleet-server-cert-key-passphrase <string>]
@@ -251,6 +253,12 @@ Certificate to use as the client certificate for the {agent}'s connections to {f
251253`--elastic-agent-cert-key`::
252254Private key to use as for the {agent}'s connections to {fleet-server}.
253255
256+ `--elastic-agent-cert-key-passphrase`::
257+ The path to the file that contains the passphrase for the mutual TLS private key that {agent} will use to connect to {fleet-server}.
258+ The file must only contain the characters of the passphrase, no newline or extra non-printing characters.
259+ +
260+ This option is only used if the `--elastic-agent-cert-key` is encrypted and requires a passphrase to use.
261+
254262`--enrollment-token <string>`::
255263Enrollment token to use to enroll {agent} into {fleet}. You can use
256264the same enrollment token for multiple agents.
@@ -580,6 +588,7 @@ elastic-agent install --url <string>
580588 [--delay-enroll]
581589 [--elastic-agent-cert <string>]
582590 [--elastic-agent-cert-key <string>]
591+ [--elastic-agent-cert-key-passphrase <string>]
583592 [--force]
584593 [--header <strings>]
585594 [--help]
@@ -611,6 +620,7 @@ elastic-agent install --fleet-server-es <string>
611620 [--delay-enroll]
612621 [--elastic-agent-cert <string>]
613622 [--elastic-agent-cert-key <string>]
623+ [--elastic-agent-cert-key-passphrase <string>]
614624 [--fleet-server-cert <string>] <1>
615625 [--fleet-server-cert-key <string>]
616626 [--fleet-server-cert-key-passphrase <string>]
@@ -679,6 +689,12 @@ Certificate to use as the client certificate for the {agent}'s connections to {f
679689`--elastic-agent-cert-key`::
680690Private key to use as for the {agent}'s connections to {fleet-server}.
681691
692+ `--elastic-agent-cert-key-passphrase`::
693+ The path to the file that contains the passphrase for the mutual TLS private key that {agent} will use to connect to {fleet-server}.
694+ The file must only contain the characters of the passphrase, no newline or extra non-printing characters.
695+ +
696+ This option is only used if the `--elastic-agent-cert-key` is encrypted and requires a passphrase to use.
697+
682698`--enrollment-token <string>`::
683699Enrollment token to use to enroll {agent} into {fleet}. You can use
684700the same enrollment token for multiple agents.
0 commit comments