Update gnupg.md (#1932)

Fixed a typo: edit -> trust
This commit is contained in:
lzrdblzzrd
2023-01-04 12:42:50 +03:00
committed by GitHub
parent 000441292e
commit d7fc5ccf02

View File

@@ -103,7 +103,7 @@ gpg --keyserver <URL> ...
```bash
gpg --edit-key <KEY ID>
# In the interactive prompt:
gpg> sign
gpg> trust
gpg> save
```