Skip to content

Commit

Permalink
Update openssl_privatekey.py (ansible#55438)
Browse files Browse the repository at this point in the history
* Update openssl_privatekey.py

<!--- Your description here -->

+label: docsite_pr

* Update lib/ansible/modules/crypto/openssl_privatekey.py

Co-Authored-By: snagoor <nagoor.s@gmail.com>

* Update lib/ansible/modules/crypto/openssl_privatekey.py

Co-Authored-By: snagoor <nagoor.s@gmail.com>
(cherry picked from commit 2925f69)
  • Loading branch information
snagoor authored and felixfontein committed May 3, 2019
1 parent fba466a commit 0381a33
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 @@ -103,7 +103,9 @@
version_added: "2.4"
cipher:
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.)
- When using the C(cryptography) backend, use C(auto).
type: str
version_added: "2.4"
Expand Down

0 comments on commit 0381a33

Please sign in to comment.