Improve openssl_privatekey docs. (#198)
parent
2e69113688
commit
35a78dbc4e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue