Browse Source

create unencrypted private key

Grega Bremec 1 tháng trước cách đây
mục cha
commit
ed9fff6fe2

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

@@ -28,7 +28,6 @@
 - name: Create a new CA private key, if it does not exist yet.
 - name: Create a new CA private key, if it does not exist yet.
   community.crypto.openssl_privatekey:
   community.crypto.openssl_privatekey:
     path: "{{ ansible_facts['user_dir'] }}/ca/ca-key.pem"
     path: "{{ ansible_facts['user_dir'] }}/ca/ca-key.pem"
-    passphrase: verysecret
     type: RSA
     type: RSA
     cipher: auto
     cipher: auto
     size: 4096
     size: 4096