Hi,

On 07/12/2011 02:10 PM, albin stjerna wrote:

I have finally managed to install NixOS on my desktop computer, but I'm
having some troubles of which the most prominent is that git can't fetch code
from Github because it can't validate its SSL cert since it can't find any
root certificate. I've been looking for packages that would contain those
with various keywords (»CA«, »SSL« »certificate« and so on) but can't find
them. What are they called?

They're in /etc/ca-bundle.crt.  As a workaround, you can do:

  export GIT_SSL_CAINFO=/etc/ca-bundle.crt

--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to