Skip to content

Commit 974b523

Browse files
Fix #40
1 parent c16d416 commit 974b523

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/logstash/tasks/logstash-security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
openssl pkcs8
131131
-in {{ logstash_certs_dir }}/{{ inventory_hostname }}.key
132132
-topk8
133+
-v1 PBE-MD5-DES
134+
-inform PEM
135+
-outform PEM
133136
-passin pass:{{ logstash_tls_key_passphrase }}
134137
-out {{ logstash_certs_dir }}/{{ inventory_hostname }}-pkcs8.key
135138
-passout pass:{{ logstash_tls_key_passphrase }}

0 commit comments

Comments
 (0)