diff options
author | Rudy Gevaert <66934+rgevaert@users.noreply.github.com> | 2020-09-01 14:20:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 14:20:32 +0200 |
commit | 547c1267bca2579b7f8d96b1c613b07ff278a1c3 (patch) | |
tree | e044b8fdb3d47f8bc4745198d58059683e4b4e94 /README.md | |
parent | Merge branch 'Amolith-master' (diff) | |
download | YubiKey-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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! |