From e4d3d08be36a072e64b1363e2a94e0b1b4050da3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 5 Feb 2019 13:50:50 +0100 Subject: Change file extension in 'How to sign PGP keys' --- _posts/2019-02-03-how-to-sign-pgp-keys.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2019-02-03-how-to-sign-pgp-keys.html b/_posts/2019-02-03-how-to-sign-pgp-keys.html index 7efe1e2..3b3bacf 100644 --- a/_posts/2019-02-03-how-to-sign-pgp-keys.html +++ b/_posts/2019-02-03-how-to-sign-pgp-keys.html @@ -118,7 +118,7 @@ To export the public key, use `--export`: {% endmarkdown %} {% highlight sh %} -gpg --armor --export 0x7A6AC285E2D98827 > pubkey-tyil.txt +gpg --armor --export 0x7A6AC285E2D98827 > pubkey-tyil.asc {% endhighlight %} {% markdown %} @@ -139,7 +139,7 @@ it for a specific key. {% endmarkdown %} {% highlight sh %} -gpg --encrypt --recipient 0x7A6AC285E2D98827 < pubkey-tyil.txt > pubkey-tyil.asc +gpg --encrypt --recipient 0x7A6AC285E2D98827 < pubkey-tyil.asc > pubkey-tyil.pgp {% endhighlight %} {% markdown %} -- cgit v1.1