From 35a78dbc4e88143e02a3be396ac78c57ebfd647d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 15 Mar 2021 08:28:02 +0100 Subject: [PATCH] Improve openssl_privatekey docs. (#198) --- plugins/modules/openssl_privatekey.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/openssl_privatekey.py b/plugins/modules/openssl_privatekey.py index 017f8cba..b364a754 100644 --- a/plugins/modules/openssl_privatekey.py +++ b/plugins/modules/openssl_privatekey.py @@ -14,6 +14,7 @@ module: openssl_privatekey short_description: Generate OpenSSL private keys description: - This module allows one to (re)generate OpenSSL private keys. + - The default mode for the private key file will be C(0600) if I(mode) is not explicitly set. author: - Yanis Guenane (@Spredzy) - Felix Fontein (@felixfontein)