Minor updates to GPG post

This commit is contained in:
2019-04-30 15:16:30 +02:00
parent d4ccdc741d
commit df3d72f66b
+3 -2
View File
@@ -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
```