You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CreateRSAKeysPage page, where the RSA keys are being created on the Yubikey, the key doesn't get reset. The following code is being called however, but not every user has the ykman tool installed.
ykman piv reset --force
This issue also relates to #48. Do we still want to input the user PIN after the reset?
The text was updated successfully, but these errors were encountered:
Discussed in todays daily standup with @ScrumServices@ricklambrechts and @aliodaci-real, we concluded that the reset isn't mandatory. The certificates in the yubikey get overwritten either way. A pull request for removal will be made.
In the
CreateRSAKeysPage
page, where the RSA keys are being created on the Yubikey, the key doesn't get reset. The following code is being called however, but not every user has theykman
tool installed.This issue also relates to #48. Do we still want to input the user PIN after the reset?
The text was updated successfully, but these errors were encountered: