mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Adding extends_documenation_fragment in crypto/* (#33253)
All crypto modules uses file common arguments to specify generated file permissions. This commits aims to add the extends_documentation_fragment in the doc so it is automatically stated.
This commit is contained in:
committed by
René Moser
parent
1f9e84fdd4
commit
c800048e93
@@ -23,8 +23,7 @@ description:
|
||||
- "This module allows one to (re)generate OpenSSL certificate signing requests.
|
||||
It uses the pyOpenSSL python library to interact with openssl. This module supports
|
||||
the subjectAltName as well as the keyUsage and extendedKeyUsage extensions.
|
||||
Note: At least one of common_name or subject_alt_name must be specified.
|
||||
This module uses file common arguments to specify generated file permissions."
|
||||
Note: At least one of common_name or subject_alt_name must be specified."
|
||||
requirements:
|
||||
- "python-pyOpenSSL >= 0.15"
|
||||
options:
|
||||
@@ -132,6 +131,7 @@ options:
|
||||
aliases: [ 'extKeyUsage_critical', 'extendedKeyUsage_critical' ]
|
||||
description:
|
||||
- Should the extkeyUsage extension be considered as critical
|
||||
extends_documentation_fragment: files
|
||||
|
||||
notes:
|
||||
- "If the certificate signing request already exists it will be checked whether subjectAltName,
|
||||
|
||||
Reference in New Issue
Block a user