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:
parent
a44b62a2dd
commit
7705c9044d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue