Add type ECC and curve to OpenSSL privatekeys

This commit is contained in:
Christer Warén
2025-09-09 14:45:58 +03:00
parent 37338e8609
commit 725648d59d

View File

@@ -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 }}"