mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Update the PKCS#12 encryption warning. (#820)
This commit is contained in:
@@ -103,9 +103,11 @@ options:
|
||||
passphrase:
|
||||
description:
|
||||
- The PKCS#12 password.
|
||||
- "B(Note:) PKCS12 encryption is not secure and should not be used as a security mechanism.
|
||||
- "B(Note:) PKCS12 encryption is typically not secure and should not be used as a security mechanism.
|
||||
If you need to store or send a PKCS12 file safely, you should additionally encrypt it
|
||||
with something else."
|
||||
with something else.
|
||||
(L(Source,
|
||||
https://cryptography.io/en/latest/hazmat/primitives/asymmetric/serialization/#cryptography.hazmat.primitives.serialization.pkcs12.serialize_key_and_certificates).)"
|
||||
type: str
|
||||
path:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user