[Nix-dev] Installing custom SSL CA certs?

2013-02-17 Thread Rickard Nilsson
Hi, How do I install custom CA certs that should be picked up by openssl system-wide? The cacerts package don't allow for configuring additional certs. Should that feature be added to the cacerts package, or is there some other way to configure this in NixOS? Best regards, Rickard

Re: [Nix-dev] Installing custom SSL CA certs?

2013-02-17 Thread LluĂ­s Batlle i Rossell
On Sun, Feb 17, 2013 at 10:07:16AM +0100, Rickard Nilsson wrote: How do I install custom CA certs that should be picked up by openssl system-wide? The cacerts package don't allow for configuring additional certs. Should that feature be added to the cacerts package, or is there some other

Re: [Nix-dev] Installing custom SSL CA certs?

2013-02-17 Thread Marc Weber
My environment has: export | grep certs declare -x CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt declare -x GIT_SSL_CAINFO=/etc/ssl/certs/ca-bundle.crt [..] So it doesn't look like there is already a common way to do it. Eventually this issue could even be discussed with upstream devs