Skip to content

Commit

Permalink
gen crt missing
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 20, 2024
1 parent abf2cc5 commit f11de8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mojaloop/iac/roles/haproxy/tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@
state: present
friendly_name: "pkcs12_file"
notify: restart haproxy

- name: Parse PKCS12 file
community.crypto.openssl_pkcs12:
action: parse
src: "{{ haproxy_ssl_certificate_pkcs12_file }}"
path: "{{ haproxy_ssl_certificate_chain_file }}"
state: present
mode: "0640"
notify: restart haproxy

0 comments on commit f11de8a

Please sign in to comment.