Merge pull request #219 from captn3m0/patch-1

Fix reset command
pull/231/head
drduh 4 years ago committed by GitHub
commit 0fa674b8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2396,7 +2396,7 @@ Finally, install the [Mailvelope extension](https://chrome.google.com/webstore/d
If PIN attempts are exceeded, the card is locked and must be [reset](https://developers.yubico.com/ykneo-openpgp/ResetApplet.html) and set up again using the encrypted backup.
Copy the following script to a file and run `gpg-connect-agent -R $file` to lock and terminate the card. Then re-insert YubiKey to reset.
Copy the following script to a file and run `gpg-connect-agent --run $file` to lock and terminate the card. Then re-insert YubiKey to reset.
```console
/hex

Loading…
Cancel
Save