You are not logged in.
I just did a full system upgrade (after waiting too long, I'm sorry) and now both git and curl can't find the ca-certificates.crt file.
Furthermore, no package on my computer seems to own the /etc/ssl/certs/ca-certificates.crt file anymore. What's happening? How can I get that file back?
...using Arch as a home server since 2006.
Offline
Offline
Yes, I read that and did that, and I still don't have /etc/ssl/certs/ca-certificates.crt but git and curl both expect it.
...using Arch as a home server since 2006.
Offline
I solved my problem by manually linking the ca-bundle.trust.crt to the expected location...
sudo ln -s /etc/ca-certificates/extracted/ca-bundle.trust.crt /etc/ssl/certs/ca-certificates.crt
...using Arch as a home server since 2006.
Offline