Skip to content

Commit

Permalink
Update openssl_privatekey.py (#644)
Browse files Browse the repository at this point in the history
added example for ECC
  • Loading branch information
Kloppi313 authored Aug 8, 2023
1 parent 55c94eb commit 5526fca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/modules/openssl_privatekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
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
'''

RETURN = r'''
Expand Down

0 comments on commit 5526fca

Please sign in to comment.