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

git-crypt fails to add-gpg-user when gpg.program is set to gpgsm #306

Closed
btdonovan opened this issue Jan 29, 2024 · 0 comments
Closed

git-crypt fails to add-gpg-user when gpg.program is set to gpgsm #306

btdonovan opened this issue Jan 29, 2024 · 0 comments

Comments

@btdonovan
Copy link

Git-crypt fails to find users in the public keyring when git.program is set to gpgsm because gpgsm certs are prefixed with crt instead of pub. gpgsm also lacks a --fixed-list-mode option but that style output is the default in gpgsm so it could be safely dropped if gpgsm is the git.program.

Fixing these two problems would enable git-crypt to make use of x509 certificates for encryption.

@btdonovan btdonovan closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant