-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 2.29.0 is braking the use of /usr/bin/update-ca-trust #2874
Comments
Could you look through the snapshots (the Portable Git edition should be enough to verify this) to see whether you can pinpoint the revision that broke this? And once you found that, could you try to figure out whether there are any missing files that, once copied over from a working version, fix the problem? I could imagine that git-for-windows/build-extra@45912cf is the commit that broke it; I do not want to revert it wholesale, I want to apply just the minimal change to fix the problem you reported. |
Copying over |
Thank you!
Are both needed? I ask because they weigh 923kB and 189kB, respectively, and I would love to save space if possible. |
Honestly I don't know much about p11-kit and these files in particular. In my case, adding just |
A [regression preventing `/usr/bin/update-ca-trust` from working](git-for-windows/git#2874) was fixed. Signed-off-by: Johannes Schindelin <[email protected]>
Setup
defaults?
Details
Git Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Similar to what occurs in Git for windows 2.28.n:
From /usr/bin/update-ca-trust I would expect /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt to be populated with the content of my pem file.
I would expect /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt to be populated from relevant /usr/bin/p11-kit extract commands.
From /usr/bin/p11-kit.exe list-modules I would expect to see p11-kit-trust like in Git for windows 2.28.n:
/usr/bin/update-ca-trust creates an empty /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt.
All of /usr/bin/p11-kit extract commands return
p11-kit: no modules containing trust policy are registered
There is no output from $ /usr/bin/p11-kit.exe list-modules
Kind regards
The text was updated successfully, but these errors were encountered: