mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
remove minio_key and add missing endif
This commit is contained in:
@@ -293,23 +293,7 @@ regkeyperms:
|
|||||||
- mode: 640
|
- mode: 640
|
||||||
- group: 939
|
- group: 939
|
||||||
|
|
||||||
minio_key:
|
{% endif %}
|
||||||
x509.private_key_managed:
|
|
||||||
- name: /etc/pki/minio.key
|
|
||||||
- CN: {{ manager }}
|
|
||||||
- bits: 4096
|
|
||||||
- days_remaining: 0
|
|
||||||
- days_valid: 820
|
|
||||||
- backup: True
|
|
||||||
- new: True
|
|
||||||
{% if salt['file.file_exists']('/etc/pki/minio.key') -%}
|
|
||||||
- prereq:
|
|
||||||
- x509: /etc/pki/minio.crt
|
|
||||||
{%- endif %}
|
|
||||||
- timeout: 30
|
|
||||||
- retry:
|
|
||||||
attempts: 5
|
|
||||||
interval: 30
|
|
||||||
|
|
||||||
# Create a cert for elasticsearch
|
# Create a cert for elasticsearch
|
||||||
/etc/pki/elasticsearch.key:
|
/etc/pki/elasticsearch.key:
|
||||||
|
|||||||
Reference in New Issue
Block a user