Skip to content

Commit

Permalink
Update the PKCS#12 encryption warning. (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Nov 23, 2024
1 parent 32047dc commit 9e10cfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/modules/openssl_pkcs12.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@
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:
Expand Down

0 comments on commit 9e10cfb

Please sign in to comment.