mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Put appropriate module attributes into doc fragments.
This commit is contained in:
@@ -16,6 +16,9 @@ class ModuleDocFragment(object):
|
||||
description:
|
||||
- This module allows one to (re)generate OpenSSL certificates.
|
||||
- It uses the cryptography python library to interact with OpenSSL.
|
||||
attributes:
|
||||
diff_mode:
|
||||
support: full
|
||||
requirements:
|
||||
- cryptography >= 1.6 (if using V(selfsigned) or V(ownca) provider)
|
||||
options:
|
||||
|
||||
@@ -15,6 +15,9 @@ class ModuleDocFragment(object):
|
||||
description:
|
||||
- This module allows one to (re)generate OpenSSL certificate signing requests.
|
||||
- This module supports the subjectAltName, keyUsage, extendedKeyUsage, basicConstraints and OCSP Must Staple extensions.
|
||||
attributes:
|
||||
diff_mode:
|
||||
support: full
|
||||
requirements:
|
||||
- cryptography >= 1.3
|
||||
options:
|
||||
|
||||
@@ -17,6 +17,9 @@ description:
|
||||
L(ECC,https://en.wikipedia.org/wiki/Elliptic-curve_cryptography) or L(EdDSA,https://en.wikipedia.org/wiki/EdDSA) private
|
||||
keys.
|
||||
- Keys are generated in PEM format.
|
||||
attributes:
|
||||
diff_mode:
|
||||
support: full
|
||||
requirements:
|
||||
- cryptography >= 1.2.3 (older versions might work as well)
|
||||
options:
|
||||
|
||||
@@ -14,6 +14,9 @@ class ModuleDocFragment(object):
|
||||
DOCUMENTATION = r"""
|
||||
requirements:
|
||||
- cryptography >= 1.2.3 (older versions might work as well)
|
||||
attributes:
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
src_path:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user