-
Notifications
You must be signed in to change notification settings - Fork 3
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
unable to find the signature for the coffin #14
Comments
Can you share the output of this command?
|
I have this in my cron: The idea is that the password store should be closed whenever machine is rebooted. This seems to cause it. I do not have a problem when I manually do I guess passing the environment variables should fix it. Something like this: @reboot bash -l -c "pass close" |
@reboot PASSWORD_STORE_SIGNING_KEY=mykeyid pass close |
If you're trying to sign and close a password store without any user interaction, your passphrase should be cached in your gpg-agent. If this isn't the case, the signing operation will fail. This is a known issue. |
That is right. What is the recommended strategy to close the password store on shutdown/reboot? |
If you want to close the password store on shutdown/reboot without any user interaction, you'll want to cache your GPG passphrase for an entire session. After that, you can use a systemd service to be executed before shutdown/reboot or the cron method you described to close the password store. |
I think the cron method will not work as gpg passphrase is not cached @reboot. One has to create a systemd service that runs before shutdown. |
Why am I getting this error as I do
pass open
: unable to find the signature for the coffinThe text was updated successfully, but these errors were encountered: