Skip to content

Commit

Permalink
Emphasize that openssl_publickey doesn't support OpenSSH private keys. (
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Oct 7, 2023
1 parent e751558 commit d63c195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/openssl_publickey.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description:
- This module allows one to (re)generate public keys from their private keys.
- 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.
B(OpenSSH private keys are not supported), use the M(community.crypto.openssh_keypair) module to manage these.
- The module uses the cryptography Python library.
requirements:
- cryptography >= 1.2.3 (older versions might work as well)
Expand Down

0 comments on commit d63c195

Please sign in to comment.