ykman: update page; ykman-{config,fido,oath,openpgp}: add page (#11698)

This commit is contained in:
Lena
2023-12-08 06:51:19 +01:00
committed by GitHub
parent 27c6fcc0ec
commit 6ac59acdfa
5 changed files with 128 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
# ykman config
> Enable or disable YubiKey applications.
> Note: you can use `ykman info` to see currently enabled applications.
> More information: <https://docs.yubico.com/software/yubikey/tools/ykman/Base_Commands.html#ykman-config-options-command-args>.
- Enable an application over USB or NFC (`--enable` can be used multiple times to specify more applications):
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
- Disable an application over USB or NFC (`--disable` can be used multiple times to specify more applications):
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
- Disable all applications over NFC:
`ykman config nfc --disable-all`