From f8bef2968a98af558185fe2b80d183e5e4e8e7e6 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Tue, 8 Aug 2023 13:44:42 +0000 Subject: [PATCH] deploy: 5526fcac27d901fce7a1627f973f65041a7f6334 --- branch/main/openssl_privatekey_module.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/branch/main/openssl_privatekey_module.html b/branch/main/openssl_privatekey_module.html index e250bf7b..ccd2aadf 100644 --- a/branch/main/openssl_privatekey_module.html +++ b/branch/main/openssl_privatekey_module.html @@ -597,6 +597,12 @@ see community.crypto.openssl_privatekey: path: /etc/ssl/private/ansible.com.pem type: DSA + +- name: Generate an OpenSSL private key with elliptic curve cryptography (ECC) + community.crypto.openssl_privatekey: + path: /etc/ssl/private/ansible.com.pem + type: ECC + curve: secp256r1