Improve openssl_privatekey docs. (#198)

This commit is contained in:
Felix Fontein
2021-03-15 08:28:02 +01:00
committed by GitHub
parent 2e69113688
commit 35a78dbc4e

View File

@@ -14,6 +14,7 @@ module: openssl_privatekey
short_description: Generate OpenSSL private keys short_description: Generate OpenSSL private keys
description: description:
- This module allows one to (re)generate OpenSSL private keys. - 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: author:
- Yanis Guenane (@Spredzy) - Yanis Guenane (@Spredzy)
- Felix Fontein (@felixfontein) - Felix Fontein (@felixfontein)