1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-26 03:12:35 +00:00

reorder cleanup

This commit is contained in:
Steve Thomson 2022-11-21 21:53:50 +00:00 committed by GitHub
parent 5eeae2be7e
commit ce3e8ffdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1669,10 +1669,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
```