mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Fix typo in command
This commit is contained in:
parent
e293fb9aa0
commit
cb9b6b7a7a
|
@ -258,7 +258,7 @@ to communicating with the other party in a fully end-to-end encrypted way!
|
|||
To encrypt a file, we can use this command:
|
||||
|
||||
```sh
|
||||
gpg --armor --encrypt -r --armor [key-id] my_plaintext_file.txt
|
||||
gpg --armor --encrypt -r [key-id] my_plaintext_file.txt
|
||||
```
|
||||
|
||||
Here, the `[key-id]` points to the recipient's public key id, so either an email, or key's ID directly. This is NOT
|
||||
|
|
Loading…
Reference in a new issue