From df3d72f66bcee6e909fccdf16dbf37f359c1276c Mon Sep 17 00:00:00 2001 From: James McDonald Date: Tue, 30 Apr 2019 15:16:30 +0200 Subject: [PATCH] Minor updates to GPG post --- content/posts/2019-04-30-gpg-update.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/posts/2019-04-30-gpg-update.md b/content/posts/2019-04-30-gpg-update.md index 690fa46..d5bfbcb 100644 --- a/content/posts/2019-04-30-gpg-update.md +++ b/content/posts/2019-04-30-gpg-update.md @@ -21,7 +21,7 @@ For this recipe, you will need: * One backup of your original master key, ideally in ASCII-armoured (`.asc`) format * The passphrase for your original master key -* One GPG2, at least version 2.1 +* One GnuPG 2, at least version 2.1 * One Docker, optional You can do all of this in a Docker container to keep things nicely separated. @@ -88,7 +88,8 @@ Push your updated public keys. gpg --send-keys $ID ``` -Clean up +Clean up. + ``` rm -rf $GNUPGHOME ```