aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorRudy Gevaert <66934+rgevaert@users.noreply.github.com>2020-09-01 14:20:32 +0200
committerGitHub <noreply@github.com>2020-09-01 14:20:32 +0200
commit547c1267bca2579b7f8d96b1c613b07ff278a1c3 (patch)
treee044b8fdb3d47f8bc4745198d58059683e4b4e94 /README.md
parentMerge branch 'Amolith-master' (diff)
downloadYubiKey-Guide-547c1267bca2579b7f8d96b1c613b07ff278a1c3.tar.gz
unset GNUPGHOME variable
if not done, in the next step you get error: gpg: keyblock resource '/home/..../gnupg-workspace/pubring.kbx': No such file or directory gpg: no writable keyring found: Not found
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f84f660..6d48413 100644
--- a/README.md
+++ b/README.md
@@ -1500,6 +1500,8 @@ Reboot or [securely delete](http://srm.sourceforge.net/) `$GNUPGHOME` and remove
$ sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
$ gpg --delete-secret-key $KEYID
+
+$ unset GNUPGHOME
```
**Important** Make sure you have securely erased all generated keys and revocation certificates if an ephemeral enviroment was not used!