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 f5679f8 commit 2d52492Copy full SHA for 2d52492
docs/core/plugins/mail_crypt.md
@@ -303,7 +303,8 @@ crypt_global_private_key main {
303
## Base64-encoded Keys
304
305
Mail-crypt plugin can read keys that are base64 encoded. This is intended
306
-mostly for providing PEM keys via userdb.
+mostly for providing PEM keys via userdb, because it may be difficult to get
307
+userdb to return multi-line values.
308
309
Hence, this is possible:
310
@@ -325,7 +326,7 @@ passdb static {
325
326
password = pass
327
fields {
328
crypt_global_public_key_file = ecpubkey.pem
- crypt_global_private_key/main/private_key_file = inline:<content of ecprivkey.pem>
329
+ crypt_global_private_key/main/private_key_file = inline:<base64-encoded content of ecprivkey.pem>
330
}
331
332
```
0 commit comments