mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
cipher fix for openssl_privatekey
This commit is contained in:
parent
035e2fa6b8
commit
74dc218e3f
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
openssl_privatekey:
|
openssl_privatekey:
|
||||||
path: "{{ ssh_tunnels_config_path }}/{{ item.item }}.pem"
|
path: "{{ ssh_tunnels_config_path }}/{{ item.item }}.pem"
|
||||||
passphrase: "{{ p12_export_password }}"
|
passphrase: "{{ p12_export_password }}"
|
||||||
|
cipher: auto
|
||||||
force: false
|
force: false
|
||||||
no_log: "{{ no_log|bool }}"
|
no_log: "{{ no_log|bool }}"
|
||||||
when: not item.stat.exists
|
when: not item.stat.exists
|
||||||
|
|
Loading…
Add table
Reference in a new issue