From 969cacffc9548b469c7767c4255678e74c4047e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Rykalin Date: Mon, 18 Nov 2019 17:15:38 +0300 Subject: [PATCH] increase certificate_privatekey_size: "2048" --- molecule/default/playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/default/playbook.yml b/molecule/default/playbook.yml index 618d451..32ccf1d 100644 --- a/molecule/default/playbook.yml +++ b/molecule/default/playbook.yml @@ -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"