Be more precise about which private keys are supported in openssl_publickey. (#532)
parent
0b08d6bc52
commit
1097371cf4
|
@ -14,8 +14,9 @@ DOCUMENTATION = r'''
|
||||||
module: openssl_publickey
|
module: openssl_publickey
|
||||||
short_description: Generate an OpenSSL public key from its private key.
|
short_description: Generate an OpenSSL public key from its private key.
|
||||||
description:
|
description:
|
||||||
- This module allows one to (re)generate OpenSSL public keys from their private keys.
|
- This module allows one to (re)generate public keys from their private keys.
|
||||||
- Keys are generated in PEM or OpenSSH format.
|
- Public keys are generated in PEM or OpenSSH format. Private keys must be OpenSSL PEM keys.
|
||||||
|
OpenSSH private keys are not supported, use the M(community.crypto.openssh_keypair) module to manage these.
|
||||||
- The module uses the cryptography Python library.
|
- The module uses the cryptography Python library.
|
||||||
requirements:
|
requirements:
|
||||||
- cryptography >= 1.2.3 (older versions might work as well)
|
- cryptography >= 1.2.3 (older versions might work as well)
|
||||||
|
|
Loading…
Reference in New Issue