Skip to content

Commit d940e1a

Browse files
committed
mail_crypt: Fix EC key example config
1 parent 8b715fd commit d940e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/plugins/mail_crypt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ mail_plugins {
262262
mail_crypt = yes
263263
}
264264
265-
crypt_global_public_key_file = rsapubkey.pem
265+
crypt_global_public_key_file = ecpubkey.pem
266266
crypt_global_private_key main {
267-
crypt_private_key_file = rsaprivkey.pem
267+
crypt_private_key_file = ecprivkey.pem
268268
crypt_private_password = secret
269269
}
270270
```

0 commit comments

Comments
 (0)