Fix 'Require Touch' syntax

The syntax to change Yubikey touch configurations has changed. Updating this accordingly.
pull/115/head
Matthew Riley 2019-07-04 12:39:33 -04:00 committed by GitHub
parent 48bf452e4b
commit fddefb5245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1838,19 +1838,19 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev
Authentication:
```console
$ ykman openpgp touch aut on
$ ykman openpgp set-touch aut on
```
Signing:
```console
$ ykman openpgp touch sig on
$ ykman openpgp set-touch sig on
```
Encryption:
```console
$ ykman openpgp touch enc on
$ ykman openpgp set-touch enc on
```
YubiKey will blink when it is waiting for a touch.