mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-06-18 11:12:40 +02:00
Capitalize ykman command
This commit is contained in:
parent
31074ac13d
commit
902b0b6d4a
1 changed files with 3 additions and 3 deletions
|
@ -2535,19 +2535,19 @@ To require a touch for each key operation, install [YubiKey Manager](https://dev
|
|||
Authentication:
|
||||
|
||||
```console
|
||||
$ ykman openpgp keys set-touch aut on
|
||||
$ ykman openpgp keys set-touch AUT ON
|
||||
```
|
||||
|
||||
Signing:
|
||||
|
||||
```console
|
||||
$ ykman openpgp keys set-touch sig on
|
||||
$ ykman openpgp keys set-touch SIG ON
|
||||
```
|
||||
|
||||
Encryption:
|
||||
|
||||
```console
|
||||
$ ykman openpgp keys set-touch enc on
|
||||
$ ykman openpgp keys set-touch ENC ON
|
||||
```
|
||||
|
||||
Depending on how the YubiKey is going to be used, you may want to look at the policy options for each of these and adjust the above commands accordingly. They can be viewed with the following command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue