Skip to content

Commit

Permalink
key size back to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
arykalin committed Nov 18, 2019
1 parent 3e11606 commit 1897718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/remote-certificate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
cert_path: "{{ certificate_cert_path }}"
chain_path: "{{ certificate_chain_path if certificate_chain_path is defined else None }}"
privatekey_path: "{{ certificate_privatekey_path if certificate_privatekey_path is defined else None }}"
privatekey_size: "{{ certificate_privatekey_size if certificate_privatekey_size is defined else 4096 }}"
privatekey_size: "{{ certificate_privatekey_size if certificate_privatekey_size is defined else 2048 }}"
common_name: "{{ certificate_common_name }}"
alt_name: "{{ certificate_alt_name | default([]) }}"
before_expired_hours: "{{ certificate_before_expired_hours if certificate_before_expired_hours is defined else None }}"
Expand Down

0 comments on commit 1897718

Please sign in to comment.