mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:43:55 +01:00
README.md: typo
This commit is contained in:
@ -62,7 +62,7 @@ Public key encryption that uses a key pair that needs to be created beforehand:
|
||||
* `sodium_crypto_box_seal(public key, cleartext) → ciphertext`
|
||||
* `sodium_crypto_box_seal_open(private key, public key, ciphertext) → cleartext`
|
||||
|
||||
The second pair needs a proper key pair in the correct format. This is ehat the
|
||||
The second pair needs a proper key pair in the correct format. This is what the
|
||||
`genkey` utility is for. Simply run it once to generate a pair. Be aware that every invocation will overwrite the
|
||||
previous key pair without confirmation! Please save both parts in a safe place before proceeding.
|
||||
|
||||
@ -108,4 +108,4 @@ warn log_message = Removing X-Originating-IP header
|
||||
|
||||
```
|
||||
|
||||
Pick one of the `add_header` lines depending on which kind of encryption you want.
|
||||
Pick one of the `add_header` lines depending on which kind of encryption you want.
|
||||
|
||||
Reference in New Issue
Block a user