technology/encryption/gpg.md
... ...
@@ -13,10 +13,11 @@ gpg <filename>.gpg
13 13
## clearsign message
14 14
```
15 15
gpg --default-key <key_id> -o <output_file> --clearsign <input_file>
16
+```
16 17
17 18
## ref
18
-https://www.linuxbabe.com/security/verify-pgp-signature-software-downloads-linux
19
-https://unix.stackexchange.com/questions/288933/unable-to-verify-the-kernel-signature-gpg-cant-check-signature-public-key-no
19
+[https://www.linuxbabe.com/security/verify-pgp-signature-software-downloads-linux]
20
+[https://unix.stackexchange.com/questions/288933/unable-to-verify-the-kernel-signature-gpg-cant-check-signature-public-key-no]
20 21
21 22
## red hat verify
22
-https://access.redhat.com/articles/3530471
23
+[https://access.redhat.com/articles/3530471]