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
I tried to use gpg2 pubring.kbx in config.yaml that does not work well, so I have to install gpg1 to add pubring.gpg into config.yaml. Can you please support gpg2 config in the future version? Thanks!
The text was updated successfully, but these errors were encountered:
I'd love to, unfortunately gpg2 did away with the readable secring.gpg file and the only gnupg2 API that can be used for accessing the secret keys that I could find is using the gpgme library. This could be done, and I did think about doing it, but it would mean using cgo and linking to the gpgme C library, which would make cross platform releases challenging. By using gpg1 I can keep this in pure Go and easily provide releases for multiple platforms.
I haven't given up on being able to use gpg2, but I have no time frame for it as of now.
I tried to use gpg2
pubring.kbx
in config.yaml that does not work well, so I have to install gpg1 to add pubring.gpg into config.yaml. Can you please support gpg2 config in the future version? Thanks!The text was updated successfully, but these errors were encountered: