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

pull/823/head
Felix Fontein 2024-11-23 15:44:06 +01:00 committed by GitHub
parent 32047dccc5
commit 9e10cfb53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -103,9 +103,11 @@ options:
passphrase: passphrase:
description: description:
- The PKCS#12 password. - 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 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 type: str
path: path:
description: description: