parent
32dab841d7
commit
45b7aa797e
|
@ -54,7 +54,7 @@ EXAMPLES = r'''
|
||||||
path: /etc/ssl/private/ansible.com.pem
|
path: /etc/ssl/private/ansible.com.pem
|
||||||
|
|
||||||
- name: Create public key from private key
|
- name: Create public key from private key
|
||||||
community.crypto.openssl_privatekey:
|
community.crypto.openssl_publickey:
|
||||||
privatekey_path: /etc/ssl/private/ansible.com.pem
|
privatekey_path: /etc/ssl/private/ansible.com.pem
|
||||||
path: /etc/ssl/ansible.com.pub
|
path: /etc/ssl/ansible.com.pub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue