Packaged .deb versions are not built with Yubikey support #2087
Unanswered
DDzwiedziu
asked this question in
General
Replies: 1 comment
-
Hey @DDzwiedziu, It was a deliberate choice to not have Generally our applications and libraries follow the Golang's standard practice of supporting the latest two (minor) versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was following the Tiny CA tutorial [1], but decided to take take pre-build .deb packages, with a slight anticipation that the upgrade could be done trough a repo, in some future.
Unfortunately ~3/4 into the tutorial starting up step-ca I've encountered this:
unsupported kms type 'yubikey': step-ca is compiled without cgo or YubiKey support
Now my question is is this a bug or a feature?
As I've expect a .deb package to be built against the maximum amount of features, to avoid such issues.
Edit: also I don't see the Go version mentioned in the build docs [2], which leaves me in the dark.
[1] https://smallstep.com/blog/build-a-tiny-ca-with-raspberry-pi-yubikey/
[2] https://github.com/smallstep/certificates/blob/master/CONTRIBUTING.md
Beta Was this translation helpful? Give feedback.
All reactions