Skip to content

Commit

Permalink
Encrypt Logstash certificates (#28)
Browse files Browse the repository at this point in the history
fixes #27
  • Loading branch information
widhalmt authored Aug 24, 2021
1 parent bc0e8ea commit 748bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
-topk8
-passin pass:{{ ca_keypassphrase }}
-out {{ ca_ca_dir }}/{{ inventory_hostname }}-pkcs8.key
-nocrypt
-passout pass:{{ ca_keypassphrase }}
args:
creates: "{{ ca_ca_dir }}/{{ inventory_hostname }}-pkcs8.key"
when: ca_logstash | bool
Expand Down

0 comments on commit 748bef6

Please sign in to comment.