From 725648d59ddfdb0b0794b667265a3ab13889995a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 9 Sep 2025 14:45:58 +0300 Subject: [PATCH] Add type ECC and curve to OpenSSL privatekeys --- tasks/deployer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 66293cd..ffa5d8b 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -468,6 +468,8 @@ - name: "Deployer - OpenSSL - Configure - Generate Private Key" community.crypto.openssl_privatekey: path: "/root/data/openssl/{{ cert }}/privatekey.pem" + type: ECC + curve: secp384r1 loop: "{{ config.openssl.certificates.keys() | list }}" loop_control: label: "{{ cert }}"