68fa82411e95c7a2c70f0b506f5e97956cec280a
software/gpg.md
| ... | ... | @@ -116,6 +116,14 @@ gpg> showpref |
| 116 | 116 | gpg> quit |
| 117 | 117 | ``` |
| 118 | 118 | |
| 119 | +* getting "There is no assurance this key belongs to the named user" error |
|
| 120 | +* could be from copying keys to a new machine |
|
| 121 | +``` |
|
| 122 | +gpg --edit-key <key_id> |
|
| 123 | +gpg> trust |
|
| 124 | +# select trust level |
|
| 125 | +``` |
|
| 126 | + |
|
| 119 | 127 | ## useful links |
| 120 | 128 | - [gpg signing][] - traditional vs. pgp/mime |
| 121 | 129 | - how to [verify software][] |