Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt committed Nov 13, 2023
1 parent 6b92ccb commit 0d2caf5
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 @@ -225,7 +225,7 @@
-in {{ ca_client_ca_dir }}/{{ inventory_hostname }}.key
-topk8
-passin pass:{{ ca_keypassphrase | default(omit, true) }}
{% if ca_ls7_workaround | bool %}v1 PBE-SHA1-RC4-128{% endif %}
{% if ca_ls7_workaround | bool %}-v1 PBE-SHA1-RC4-128{% endif %}
-out {{ ca_client_ca_dir }}/{{ inventory_hostname }}-pkcs8.key
-passout pass:{{ ca_keypassphrase | default(omit, true) }}
args:
Expand Down

0 comments on commit 0d2caf5

Please sign in to comment.