mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-09 18:33:36 +02:00
Merge pull request #356 from OrganicPanda/patch-1
Reorder cleanup commands
This commit is contained in:
commit
0666a2b38c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue