mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
SSL Module - Trying to fix filebeat cert loaction
This commit is contained in:
@@ -64,7 +64,13 @@ fbcrtlink:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if grains['role'] == 'so-SENSOR' %}
|
{% if grains['role'] == 'so-SENSOR' %}
|
||||||
|
|
||||||
fbcertdir:
|
# Filebeat Setup
|
||||||
|
fbeatetcdir:
|
||||||
|
file.directory:
|
||||||
|
- name: /opt/so/conf/filebeat/etc
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
|
fbeatpkidir:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /opt/so/conf/filebeat/etc/pki
|
- name: /opt/so/conf/filebeat/etc/pki
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|||||||
Reference in New Issue
Block a user