I just tried to install camput with my gpg key which is on a yubikey. But camput --init throws an error.
> camput -secret-keyring="/home/niklas/.gnupg/secring.gpg" init --gpgkey XXX
Error: Could not find keyId XXX in ring /home/niklas/.gnupg/secring.gpg: openpgp.ReadKeyRing of "/home/niklas/.gnupg/secring.gpg": openpgp: unsupported feature: hash for S2K function: 0
Looks like the Go opengpg library does not support these stubs from GPG smartcards.
Is there any method to get that working anyway?
I just tried to install camput with my gpg key which is on a yubikey. But
camput --init
throws an error.Looks like the Go opengpg library does not support these stubs from GPG smartcards. Is there any method to get that working anyway?
Thanks