mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #10156 from Security-Onion-Solutions/2.4/fleet
2.4/fleet
This commit is contained in:
@@ -225,17 +225,13 @@ efcrtlink:
|
|||||||
etc_elasticfleetlogstash_key:
|
etc_elasticfleetlogstash_key:
|
||||||
x509.private_key_managed:
|
x509.private_key_managed:
|
||||||
- name: /etc/pki/elasticfleet-logstash.key
|
- name: /etc/pki/elasticfleet-logstash.key
|
||||||
- CN: {{ COMMONNAME }}
|
|
||||||
- bits: 4096
|
- bits: 4096
|
||||||
- days_remaining: 0
|
|
||||||
- days_valid: 820
|
|
||||||
- backup: True
|
- backup: True
|
||||||
- new: True
|
- new: True
|
||||||
{% if salt['file.file_exists']('/etc/pki/elasticfleet-logstash.key') -%}
|
{% if salt['file.file_exists']('/etc/pki/elasticfleet-logstash.key') -%}
|
||||||
- prereq:
|
- prereq:
|
||||||
- x509: etc_elasticfleet_crt
|
- x509: etc_elasticfleet_crt
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
- timeout: 30
|
|
||||||
- retry:
|
- retry:
|
||||||
attempts: 5
|
attempts: 5
|
||||||
interval: 30
|
interval: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user