Skip to content

Commit

Permalink
Add an introduction to `FLEET_SERVER_ELASTICSEARCH_CA_TRUSTED_FINGERP…
Browse files Browse the repository at this point in the history
…RINT` (#409)

* Add an introduction to `FLEET_SERVER_ELASTICSEARCH_CA_TRUSTED_FINGERPRINT`

* Add include statement plus small edits

---------

Co-authored-by: David Kilfoyle <david.kilfoyle@elastic.co>
  • Loading branch information
linghengqian and kilfoyle authored Aug 14, 2023
1 parent 2014425 commit b4717f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ include::shared-env.asciidoc[tag=fleet-server-cert-key-passphrase]

include::shared-env.asciidoc[tag=fleet-server-insecure-http]

include::shared-env.asciidoc[tag=fleet-server-es-ca-trusted-fingerprint]

|===

[discrete]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,21 @@ Setting this to `true` is not recommended.

// =============================================================================

// tag::fleet-server-es-ca-trusted-fingerprint[]
|
[id="env-{type}-fleet-server-es-ca-trusted-fingerprint"]
`FLEET_SERVER_ELASTICSEARCH_CA_TRUSTED_FINGERPRINT`

| (string) The SHA-256 fingerprint (hash) of the certificate authority used to self-sign {es} certificates.
This fingerprint is used to verify self-signed certificates presented by {fleet-server} and any inputs started
by {agent} for communication. This flag is required when using self-signed certificates with {es}.

*Default:* `""`

// end::fleet-server-es-ca-trusted-fingerprint[]

// =============================================================================

// tag::fleet-enroll[]
|
[id="env-{type}-fleet-enroll"]
Expand Down

0 comments on commit b4717f8

Please sign in to comment.