-
Notifications
You must be signed in to change notification settings - Fork 73
Add documentation for elastic-agent-cert-key-passphrase option #1413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
7acf425
9ff9012
8917211
ede4772
f7d3776
9d2cc3a
b760b46
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,6 +231,7 @@ sudo ./elastic-agent install \ | |
--fleet-server-port=8220 \ | ||
--elastic-agent-cert=/tmp/fleet-server.crt \ | ||
--elastic-agent-cert-key=/tmp/fleet-server.key \ | ||
--elastic-agent-cert-key-passphrase=/tmp/fleet-server ???? \ | ||
|
||
--fleet-server-es-cert=/tmp/fleet-server.crt \ | ||
--fleet-server-es-cert-key=/tmp/fleet-server.key \ | ||
--fleet-server-client-auth=required | ||
|
@@ -263,6 +264,8 @@ to the other {agents} | |
The certificate to use as the client certificate for {agent}'s connections to {fleet-server}. | ||
`elastic-agent-cert-key`:: | ||
The path to the private key to use as for {agent}'s connections to {fleet-server}. | ||
`elastic-agent-cert-key`:: | ||
The path to the file that contains the passphrase for the mutual TLS private key that {agent} will use to connect to {fleet-server}. The file must only contain the characters of the passphrase, no newline or extra non-printing characters. This option is only used if the `elastic-agent-cert-key` is encrypted and requires a passphrase to use. | ||
kilfoyle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
`fleet-server-es-cert`:: | ||
The path to the client certificate that {fleet-server} will use when connecting to {es}. | ||
`fleet-server-es-cert-key`:: | ||
|
Uh oh!
There was an error while loading. Please reload this page.