[Nix-dev] SSL root certificates in NixOS
Eelco Dolstra
e.dolstra at tudelft.nl
Tue Jul 12 14:32:30 CEST 2011
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/
More information about the nix-dev
mailing list