Skip to content

Commit

Permalink
Update openssl_privatekey.py (#55438) (#56066)
Browse files Browse the repository at this point in the history
Docs: Update lib/ansible/modules/crypto/openssl_privatekey.py

Co-Authored-By: snagoor <nagoor.s@gmail.com>
(cherry picked from commit 2925f69)
  • Loading branch information
felixfontein authored and acozine committed May 6, 2019
1 parent a44b62a commit 7705c90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ansible/modules/crypto/openssl_privatekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
cipher:
required: false
description:
- The cipher to encrypt the private key. (cipher can be found by running `openssl list-cipher-algorithms`)
- The cipher to encrypt the private key. (Valid values can be found by
running `openssl list -cipher-algorithms` or `openssl list-cipher-algorithms`,
depending on your OpenSSL version.)
version_added: "2.4"
extends_documentation_fragment: files
'''
Expand Down

0 comments on commit 7705c90

Please sign in to comment.