Browse code

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

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

Co-Authored-By: snagoor <nagoor.s@gmail.com>
(cherry picked from commit 2925f6960ee6a3f0a9774df09557e1f22092ae06)

Felix Fontein authored on 2019/05/06 23:55:40
Showing 1 changed files
... ...
@@ -103,7 +103,9 @@ options:
103 103
         version_added: "2.4"
104 104
     cipher:
105 105
         description:
106
-            - The cipher to encrypt the private key. (cipher can be found by running `openssl list-cipher-algorithms`)
106
+            - The cipher to encrypt the private key. (Valid values can be found by
107
+              running `openssl list -cipher-algorithms` or `openssl list-cipher-algorithms`,
108
+              depending on your OpenSSL version.)
107 109
             - When using the C(cryptography) backend, use C(auto).
108 110
         type: str
109 111
         version_added: "2.4"