mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-09 23:12:51 +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"
|
||||
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 }}"
|
||||
|
Reference in New Issue
Block a user