mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change certs path on elstic
This commit is contained in:
@@ -27,12 +27,12 @@ cluster.routing.allocation.disk.watermark.flood_stage: 98%
|
|||||||
xpack.security.enabled: true
|
xpack.security.enabled: true
|
||||||
xpack.security.http.ssl.enabled: true
|
xpack.security.http.ssl.enabled: true
|
||||||
xpack.security.transport.ssl.enabled: true
|
xpack.security.transport.ssl.enabled: true
|
||||||
xpack.security.http.ssl.key: /ca/elasticsearch.key
|
xpack.security.http.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
|
||||||
xpack.security.http.ssl.certificate: /ca/elasticsearch.crt
|
xpack.security.http.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
|
||||||
xpack.security.http.ssl.certificate_authorities: /ca/ca.crt
|
xpack.security.http.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
|
||||||
xpack.security.transport.ssl.key: /ca/elasticsearch.key
|
xpack.security.transport.ssl.key: /usr/share/elasticsearch/ca/elasticsearch.key
|
||||||
xpack.security.transport.ssl.certificate: /ca/elasticsearch.crt
|
xpack.security.transport.ssl.certificate: /usr/share/elasticsearch/ca/elasticsearch.crt
|
||||||
xpack.security.transport.ssl.certificate_authorities: /ca/ca.crt
|
xpack.security.transport.ssl.certificate_authorities: /usr/share/elasticsearch/ca/ca.crt
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
|
node.attr.box_type: {{ NODE_ROUTE_TYPE }}
|
||||||
node.name: {{ ESCLUSTERNAME }}
|
node.name: {{ ESCLUSTERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user