mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2024-11-16 04:18:56 +00:00
Merge pull request #356 from OrganicPanda/patch-1
Reorder cleanup commands
This commit is contained in:
commit
0666a2b38c
@ -1808,10 +1808,10 @@ Ensure you have:
|
||||
Reboot or [securely delete](http://srm.sourceforge.net/) `$GNUPGHOME` and remove the secret keys from the GPG keyring:
|
||||
|
||||
```console
|
||||
$ sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
|
||||
|
||||
$ gpg --delete-secret-key $KEYID
|
||||
|
||||
$ sudo srm -r $GNUPGHOME || sudo rm -rf $GNUPGHOME
|
||||
|
||||
$ unset GNUPGHOME
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user