parent
55c94eb5c0
commit
5526fcac27
|
@ -106,6 +106,12 @@ EXAMPLES = r'''
|
||||||
community.crypto.openssl_privatekey:
|
community.crypto.openssl_privatekey:
|
||||||
path: /etc/ssl/private/ansible.com.pem
|
path: /etc/ssl/private/ansible.com.pem
|
||||||
type: DSA
|
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'''
|
RETURN = r'''
|
||||||
|
|
Loading…
Reference in New Issue