Skip to content

Commit

Permalink
update cert size
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Sep 9, 2024
1 parent 87e2152 commit 64e72e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- name: 'Generate SSL Keys'
community.crypto.openssl_privatekey:
path: '{{ remote_tmp_dir }}/{{ item }}-key.pem'
size: 4096
size: 3072
loop:
- 'ca'
- 'cert1'
Expand Down

0 comments on commit 64e72e1

Please sign in to comment.