Update the PKCS#12 encryption warning. (#820)
parent
32047dccc5
commit
9e10cfb53a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue