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
$ sudo -u step step-ca /etc/step-ca/config/ca.json
badger 2024/12/09 22:34:45 INFO: All 1 tables opened in 0s
badger 2024/12/09 22:34:45 INFO: Replaying file id: 0 at offset: 2974
badger 2024/12/09 22:34:45 INFO: Replay took: 256.085µs
error opening yubikey: connecting to smart card: the operation requires a Smart Card, but no Smart Card is currently in the device
Additional Context
step-ca attempts to use the Broadcom device because it is the first Smart Card and it presumably has PIV support.
A workaround is to provide the YubiKey's serial number in the URI:
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Your Environment
step-ca
Version - 0.28.1 HSMIn
ca.json
:Expected Behavior
The server should start up.
Actual Behavior
Additional Context
step-ca
attempts to use the Broadcom device because it is the first Smart Card and it presumably has PIV support.A workaround is to provide the YubiKey's serial number in the URI:
The error comes from here:
https://github.com/smallstep/crypto/blob/master/kms/yubikey/yubikey.go#L160
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: