cf785b181f585a9402d2608116cd65928f500837
technology/encryption/gpg.md
... | ... | @@ -15,6 +15,11 @@ gpg <filename>.gpg |
15 | 15 | gpg --default-key <key_id> -o <output_file> --clearsign <input_file> |
16 | 16 | ``` |
17 | 17 | |
18 | +## search keys |
|
19 | +``` |
|
20 | +gpg --search <string> |
|
21 | +``` |
|
22 | + |
|
18 | 23 | ## ref |
19 | 24 | [https://www.linuxbabe.com/security/verify-pgp-signature-software-downloads-linux] |
20 | 25 | [https://unix.stackexchange.com/questions/288933/unable-to-verify-the-kernel-signature-gpg-cant-check-signature-public-key-no] |