Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
  • Loading branch information
michel-laterman and kilfoyle authored Jan 15, 2024
1 parent 969dd4a commit f61af81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/ingest-management/commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ Private key to use for exposed {fleet-server} HTTPS endpoint.
Path to passphrase file for decrypting {fleet-server}'s private key if an encrypted private key is used.

`--fleet-server-client-auth <string>`::
One of "none", "optional", or "required". Defaults to "none". {fleet-server}'s client_authentication option
for client mTLS connections. If "optional", or "required" are specified, client certificates are verified
One of `none`, `optional`, or `required`. Defaults to `none`. {fleet-server}'s `client_authenticatio` option
for client mTLS connections. If `optional`, or `required` is specified, client certificates are verified
using CAs specified in the `--certificate-authorities` flag.

`--fleet-server-es <string>`::
Expand Down Expand Up @@ -616,8 +616,8 @@ Private key to use for exposed {fleet-server} HTTPS endpoint.
Path to passphrase file for decrypting {fleet-server}'s private key if an encrypted private key is used.

`--fleet-server-client-auth <string>`::
One of "none", "optional", or "required". Defaults to "none". {fleet-server}'s client_authentication option
for client mTLS connections. If "optional", or "required" are specified, client certificates are verified
One of `none`, `optional`, or `required`. Defaults to `none`. {fleet-server}'s `client_authentication` option
for client mTLS connections. If `optional`, or `required` is specified, client certificates are verified
using CAs specified in the `--certificate-authorities` flag.

`--fleet-server-es <string>`::
Expand Down

0 comments on commit f61af81

Please sign in to comment.