Is it possible to change token names? #634
Unanswered
opoplawski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
AFAIK, at the PKCS#11 level where p11-kit operates on, the only way to rename a token is to re-initialize it. I'm not sure if the tools provided by Yubico has the ability nor if |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're making use of YKs. Previously our certificates contained a subject name and p11-kit would use that for the token name (e.g.
Orion%20Poplawski). We're looking to move to certificates that do not contain a subject name to avoid credential caching issues on Windows, but with that change the token name seems to becomePIV_II. Is there any way to affect this? It would be nice to have something likeYubiKey.Beta Was this translation helpful? Give feedback.
All reactions