Change certs path on elstic

This commit is contained in:
Mike Reeves
2020-08-10 21:30:53 -04:00
parent e28619604c
commit cf5c29d01c

View File

@@ -27,12 +27,12 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
xpack.security.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.key: /ca/elasticsearch.key
xpack.security.http.ssl.certificate: /ca/elasticsearch.crt
xpack.security.http.ssl.certificate_authorities: /ca/ca.crt
xpack.security.transport.ssl.key: /ca/elasticsearch.key
xpack.security.transport.ssl.certificate: /ca/elasticsearch.crt
xpack.security.transport.ssl.certificate_authorities: /ca/ca.crt
xpack.security.http.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
xpack.security.http.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
xpack.security.http.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
xpack.security.transport.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
xpack.security.transport.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
xpack.security.transport.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
{%- endif %}
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
node.name: {{ ESCLUSTERNAME }}