Skip to content

Commit 83390fc

Browse files
committed
mail_crypt: Fix crypt_private_key_password setting name in examples
1 parent 2076c41 commit 83390fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/plugins/mail_crypt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ mail_plugins {
188188
crypt_global_public_key_file = ecpubkey.pem
189189
crypt_global_private_key main {
190190
crypt_private_key_file = ecprivkey.pem
191-
crypt_private_password = secret
191+
crypt_private_key_password = secret
192192
}
193193
```
194194

@@ -271,7 +271,7 @@ mail_plugins {
271271
crypt_global_public_key_file = rsapubkey.pem
272272
crypt_global_private_key main {
273273
crypt_private_key_file = rsaprivkey.pem
274-
crypt_private_password = secret
274+
crypt_private_key_password = secret
275275
}
276276
```
277277

@@ -456,7 +456,7 @@ For doveadm commands that are working with password protected keys, the global
456456
`-o` option should be used to provide the password. Example:
457457

458458
```sh
459-
doveadm -o crypt_private_password=some_password <...doveadm command...>
459+
doveadm -o crypt_private_key_password=some_password <...doveadm command...>
460460
```
461461
:::
462462

0 commit comments

Comments
 (0)