Skip to content

Commit ae0f13e

Browse files
committed
mail_crypt: Clarify what settings global keys use
1 parent 15237e7 commit ae0f13e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/core/plugins/mail_crypt.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,13 @@ when the password changes, **you must re-encrypt the user private key**.
224224

225225
### Global keys
226226

227-
In this mode, all keying material is taken from plugin environment. You can use
228-
either Elliptic Curve (EC) keys (recommended) or RSA keys. No key generation
229-
is automatically performed.
227+
In this mode, all keying material is taken from the settings:
228+
* [[setting,crypt_global_public_key_file]]
229+
* [[setting,crypt_global_private_key]] - List of
230+
[[setting,crypt_private_key_file]] keys
231+
232+
You can use either Elliptic Curve (EC) keys (recommended) or RSA keys. See
233+
below for examples using them. No key generation is automatically performed.
230234

231235
A good solution for environments where no user folder sharing is needed is to
232236
generate per-user EC key pair and encrypt that with something derived from

0 commit comments

Comments
 (0)