commit cf785b181f585a9402d2608116cd65928f500837
parent b22a931ae56332a490f4daa79b9c69163256c8f0
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 19 Nov 2018 13:01:56 +0000
search keys command
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/technology/encryption/gpg.md b/technology/encryption/gpg.md
@@ -15,6 +15,11 @@ gpg <filename>.gpg
gpg --default-key <key_id> -o <output_file> --clearsign <input_file>
```
+## search keys
+```
+gpg --search <string>
+```
+
## ref
[https://www.linuxbabe.com/security/verify-pgp-signature-software-downloads-linux]
[https://unix.stackexchange.com/questions/288933/unable-to-verify-the-kernel-signature-gpg-cant-check-signature-public-key-no]