mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-10 09:52:52 +00:00
Add type ECC and curve to OpenSSL privatekeys
This commit is contained in:
@@ -468,6 +468,8 @@
|
|||||||
- name: "Deployer - OpenSSL - Configure - Generate Private Key"
|
- name: "Deployer - OpenSSL - Configure - Generate Private Key"
|
||||||
community.crypto.openssl_privatekey:
|
community.crypto.openssl_privatekey:
|
||||||
path: "/root/data/openssl/{{ cert }}/privatekey.pem"
|
path: "/root/data/openssl/{{ cert }}/privatekey.pem"
|
||||||
|
type: ECC
|
||||||
|
curve: secp384r1
|
||||||
loop: "{{ config.openssl.certificates.keys() | list }}"
|
loop: "{{ config.openssl.certificates.keys() | list }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ cert }}"
|
label: "{{ cert }}"
|
||||||
|
Reference in New Issue
Block a user