common/y*: add Korean translation (#14521)
This commit is contained in:
17
pages.ko/common/ykman-config.md
Normal file
17
pages.ko/common/ykman-config.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ykman config
|
||||
|
||||
> YubiKey 애플리케이션 활성화 또는 비활성화.
|
||||
> 참고: 현재 활성화된 애플리케이션을 보려면 `ykman info`를 사용할 수 있습니다.
|
||||
> 더 많은 정보: <https://docs.yubico.com/software/yubikey/tools/ykman/Base_Commands.html#ykman-config-options-command-args>.
|
||||
|
||||
- USB 또는 NFC를 통해 애플리케이션 활성화 (`--enable`을 여러 번 사용하여 더 많은 애플리케이션을 지정할 수 있음):
|
||||
|
||||
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- USB 또는 NFC를 통해 애플리케이션 비활성화 (`--disable`을 여러 번 사용하여 더 많은 애플리케이션을 지정할 수 있음):
|
||||
|
||||
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- NFC를 통해 모든 애플리케이션 비활성화:
|
||||
|
||||
`ykman config nfc --disable-all`
|
Reference in New Issue
Block a user