README.md: typo

This commit is contained in:
heiko.reese
2021-08-20 10:39:25 +02:00
parent ad6b2799d8
commit 6b8e0d948d

View File

@ -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(public key, cleartext) → ciphertext`
* `sodium_crypto_box_seal_open(private key, public key, ciphertext) → cleartext` * `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 `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. 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.