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