We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fbfcf commit 971c3e5Copy full SHA for 971c3e5
docs/core/plugins/mail_crypt.md
@@ -347,7 +347,8 @@ crypt_global_private_key main {
347
## Base64-encoded Keys
348
349
Mail-crypt plugin can read keys that are base64 encoded. This is intended
350
-mostly for providing PEM keys via userdb.
+mostly for providing PEM keys via userdb, because it may be difficult to get
351
+userdb to return multi-line values.
352
353
Hence, this is possible:
354
@@ -369,7 +370,7 @@ passdb static {
369
370
password = pass
371
fields {
372
crypt_global_public_key_file = ecpubkey.pem
- crypt_global_private_key/main/private_key_file = inline:<content of ecprivkey.pem>
373
+ crypt_global_private_key/main/private_key_file = inline:<base64-encoded content of ecprivkey.pem>
374
}
375
376
```
0 commit comments