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

Commit d9d6352

Browse files
author
Chris Wiechmann
committed
Added an example command that created a Chained-Cert file
1 parent 2013472 commit d9d6352

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

env-sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,8 @@ ELASTIC_VERSION=7.16.1
538538
# the API-Builder.
539539
# You can concatenet multiple certificates into one certificate file if you also use intermediate
540540
# certificates. Learn more: https://bit.ly/3mxWDSu
541+
# Example command to created the chained cert file:
542+
# openssl pkcs7 -inform DER -in certificate.p7b -print_certs > certificate_bundle.cer
541543
# Used-By: Elasticsearch, Kibana, Logstash, Filebeat, Admin-Node-Manager
542544
ELASTICSEARCH_CA=config/certificates/ca.crt
543545

0 commit comments

Comments
 (0)