Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit f7d4282

Browse files
author
Chris Wiechmann
authored
Update env-sample
1 parent 9d81c0e commit f7d4282

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

env-sample

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,11 @@ ELASTIC_VERSION=7.14.0
495495
################################################################################################
496496
# Certificates and Certificate authorities
497497
################################################################################################
498-
# This CA is mounted into all applications and used to validate certificates for each component.
498+
# This CA-File is mounted into all applications and used to validate certificates for each component.
499499
# For instance, when Filebeat is sending Metrics to Elasticsearch or the ANM communicates with
500-
# the API-Builder.
500+
# the API-Builder.
501+
# You can concatenet multiple certificates into one certificate file if you also use intermediate
502+
# certificates. Learn more: https://bit.ly/3mxWDSu
501503
# Used-By: Elasticsearch, Kibana, Logstash, Filebeat, Admin-Node-Manager
502504
ELASTICSEARCH_CA=config/certificates/ca.crt
503505

0 commit comments

Comments
 (0)