Update the PKCS#12 encryption warning. (#820)

This commit is contained in:
Felix Fontein
2024-11-23 15:44:06 +01:00
committed by GitHub
parent 32047dccc5
commit 9e10cfb53a

View File

@@ -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: