openssl_privatekey -> openssl_publickey
(cherry picked from commit 45b7aa797e
)
Co-authored-by: Jasmine Hegman <jasmine@jhegman.com>
pull/354/head
parent
c5519bc557
commit
0b306b436a
|
@ -61,7 +61,7 @@ EXAMPLES = r'''
|
|||
path: /etc/ssl/private/ansible.com.pem
|
||||
|
||||
- name: Create public key from private key
|
||||
community.crypto.openssl_privatekey:
|
||||
community.crypto.openssl_publickey:
|
||||
privatekey_path: /etc/ssl/private/ansible.com.pem
|
||||
path: /etc/ssl/ansible.com.pub
|
||||
|
||||
|
|
Loading…
Reference in New Issue