summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-02-05 13:50:50 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-02-05 13:50:50 +0100
commite4d3d08be36a072e64b1363e2a94e0b1b4050da3 (patch)
tree994c8e6d99b1da1ce17d9890a44b421a7c3e7ab9 /_posts
parentd93f1b5bd3f4bc28607d17f2a1e70fedd2827c97 (diff)
Change file extension in 'How to sign PGP keys'
Diffstat (limited to '_posts')
-rw-r--r--_posts/2019-02-03-how-to-sign-pgp-keys.html4
1 files 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 %}