Update openssl_privatekey.py (#55438) (#56066)

Docs: Update lib/ansible/modules/crypto/openssl_privatekey.py

Co-Authored-By: snagoor <nagoor.s@gmail.com>
(cherry picked from commit 2925f6960e)
This commit is contained in:
Felix Fontein 2019-05-06 16:57:17 +02:00 committed by Alicia Cozine
parent a44b62a2dd
commit 7705c9044d

View file

@ -61,7 +61,9 @@ options:
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
'''