e52e0fd0450ad8ceeacacdf138649ded38b856d5
technology/encryption/gpg.md
... | ... | @@ -20,9 +20,8 @@ gpg --default-key <key_id> -o <output_file> --clearsign <input_file> |
20 | 20 | gpg --search <string> |
21 | 21 | ``` |
22 | 22 | |
23 | -## ref |
|
24 | -[https://www.linuxbabe.com/security/verify-pgp-signature-software-downloads-linux] |
|
25 | -[https://unix.stackexchange.com/questions/288933/unable-to-verify-the-kernel-signature-gpg-cant-check-signature-public-key-no] |
|
23 | +- [gpg signing][] - traditional vs. pgp/mime |
|
24 | +- how to [verify software][] |
|
26 | 25 | |
27 | -## red hat verify |
|
28 | -[https://access.redhat.com/articles/3530471] |
|
26 | +[gpg signing]: https://www.phildev.net/pgp/pgp_clear_vs_mime.html |
|
27 | +[verify software]: https://www.phildev.net/pgp/pgp_clear_vs_mime.html |