ソースを参照

remove cipher for unencrypted private key

Grega Bremec 1 ヶ月 前
コミット
9728b20bc8
1 ファイル変更0 行追加1 行削除
  1. 0 1
      playbooks/roles/create-certs/tasks/main.yml

+ 0 - 1
playbooks/roles/create-certs/tasks/main.yml

@@ -29,7 +29,6 @@
   community.crypto.openssl_privatekey:
     path: "{{ ansible_facts['user_dir'] }}/ca/ca-key.pem"
     type: RSA
-    cipher: auto
     size: 4096
     mode: 0600
   when: cakey_file.stat.exists == false