commit 68fa82411e95c7a2c70f0b506f5e97956cec280a parent f2cb836550e361a06d5db934c19ab951b9bacfb2 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 6 Jun 2024 12:07:36 +0100 updates Diffstat:
M | software/gpg.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/software/gpg.md b/software/gpg.md @@ -116,6 +116,14 @@ gpg> showpref gpg> quit ``` +* getting "There is no assurance this key belongs to the named user" error +* could be from copying keys to a new machine +``` +gpg --edit-key <key_id> +gpg> trust +# select trust level +``` + ## useful links - [gpg signing][] - traditional vs. pgp/mime - how to [verify software][]