Skip to content
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

[Feat]: gpg sign with passphrase #459

Closed
1 task done
AndreasAugustin opened this issue Feb 22, 2024 · 0 comments · Fixed by #460
Closed
1 task done

[Feat]: gpg sign with passphrase #459

AndreasAugustin opened this issue Feb 22, 2024 · 0 comments · Fixed by #460
Labels
enhancement New feature or request

Comments

@AndreasAugustin
Copy link
Owner

Describe the feature

enable gpg sign with a passphrase

Use Case

always good to have a passphrase

Proposed Solution

with #204 it is possible to sign commits without passphrase.
There was an error within #436 and the feature for passphrase was postponed.
Actually the issue is within [src/gpg_no_tty.sh][src/gpg_no_tty.sh]

    # FIXME(anau) the next line is a bug
    echo -e "${GPG_PASSPHRASE}" |  gpg --pinentry-mode loopback --batch --yes --passphrase-fd 0 "$@" <&0

Acknowledgements

  • I may be able to implement this feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant