-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GnuPG 2.1 support #12
Comments
hmm. I'll try to take a look over the weekend. |
here's more info: looks like I can set a key: /usr/local/bin/crypt set -backend etcd -endpoint http://127.0.0.1:4001 -keyring ~/.pubring.gpg /env/config curl -L http://127.0.0.1:4001/v2/keys/env/config I exported the secret key: gpg -a --export-secret-keys > .secring.gpg but crypt get fails: /usr/local/bin/crypt get -backend etcd -endpoint http://127.0.0.1:4001 -secret-keyring ~/.secring.gpg /env/config hope this help. thanks, |
hi,
I am in the process of setting up crypt and I hit this issue with the new GnuPG 2.1 which have removed secring file.
https://www.gnupg.org/faq/whats-new-in-2.1.html#nosecring
and idea how I can get crypt to work?
thanks,
eddie
The text was updated successfully, but these errors were encountered: