Give guidance on reconfiguring YubiKeys with unprotected management keys

Closes str4d/age-plugin-yubikey#21.
This commit is contained in:
Jack Grigg
2022-12-30 10:18:17 +00:00
parent 492612fc8b
commit e4ef700263
2 changed files with 23 additions and 2 deletions
+8 -1
View File
@@ -170,7 +170,14 @@ plugin-err-pin-required = A PIN is required for {-yubikey} with serial {$yub
## Errors
err-custom-mgmt-key = Custom unprotected management keys are not supported.
err-custom-mgmt-key = Custom unprotected management keys are not supported.
rec-custom-mgmt-key =
You can use the {-yubikey} Manager CLI to change to a protected management key:
{" "}{$cmd}
See here for more information about {-yubikey} Manager:
{" "}{$url}
err-invalid-flag-command = Flag '{$flag}' cannot be used with '{$command}'.
err-invalid-flag-tui = Flag '{$flag}' cannot be used with the interactive interface.
err-invalid-pin-length = The PIN needs to be 1-8 characters.