mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
cipher fix for openssl_privatekey
This commit is contained in:
parent
0cca6aca2d
commit
035e2fa6b8
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@
|
||||||
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: aes256
|
|
||||||
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