Explorar el Código

remove cipher for unencrypted private key

Grega Bremec hace 1 mes
padre
commit
9728b20bc8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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