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 ```