mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change from file to x509
This commit is contained in:
@@ -287,13 +287,13 @@ so-elasticsearch:
|
|||||||
- file: nsmesdir
|
- file: nsmesdir
|
||||||
- file: eslogdir
|
- file: eslogdir
|
||||||
- file: cacertz
|
- file: cacertz
|
||||||
- file: /etc/pki/elasticsearch.crt
|
- x509: /etc/pki/elasticsearch.crt
|
||||||
- file: /etc/pki/elasticsearch.key
|
- x509: /etc/pki/elasticsearch.key
|
||||||
- file: elasticp12perms
|
- file: elasticp12perms
|
||||||
{% if ismanager %}
|
{% if ismanager %}
|
||||||
- file: pki_public_ca_crt
|
- x509: pki_public_ca_crt
|
||||||
{% else %}
|
{% else %}
|
||||||
- file: trusttheca
|
- x509: trusttheca
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if salt['pillar.get']('elasticsearch:auth:enabled', False) %}
|
{% if salt['pillar.get']('elasticsearch:auth:enabled', False) %}
|
||||||
- cmd: auth_users_roles_inode
|
- cmd: auth_users_roles_inode
|
||||||
|
|||||||
Reference in New Issue
Block a user