Skip to content

Commit

Permalink
increase certificate_privatekey_size: "2048"
Browse files Browse the repository at this point in the history
  • Loading branch information
arykalin committed Nov 18, 2019
1 parent 6bf891b commit 969cacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
certificate_cert_dir: "/tmp/ansible/etc/ssl/{{ certificate_common_name }}"
certificate_cert_path: "{{ certificate_cert_dir }}/{{ certificate_common_name }}.pem"
certificate_chain_path: "{{ certificate_cert_dir }}/{{ certificate_common_name }}.chain.pem"
certificate_privatekey_size: "4096"
certificate_privatekey_path: "{{ certificate_cert_dir }}/{{ certificate_common_name }}.key"
certificate_csr_path: "{{ certificate_cert_dir }}/{{ certificate_common_name }}.csr"

Expand Down

0 comments on commit 969cacf

Please sign in to comment.