commit cd70434630683ac9c7fb51572dbc2026ce626443 parent f3a3d0b46874c8d2d45fd9a1d4f95fb02a65a4d3 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 12 Nov 2018 20:33:52 +0000 fixed missing backticks. wrap links in brackets Diffstat:
M | technology/encryption/gpg.md | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/technology/encryption/gpg.md b/technology/encryption/gpg.md @@ -13,10 +13,11 @@ gpg <filename>.gpg ## clearsign message ``` gpg --default-key <key_id> -o <output_file> --clearsign <input_file> +``` ## 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 +[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] ## red hat verify -https://access.redhat.com/articles/3530471 +[https://access.redhat.com/articles/3530471]