summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/test
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-29 16:00:46 +0100
committermakefu <github@syntax-fehler.de>2016-01-29 16:04:32 +0100
commitb38a821c31de84af6567073bd65ac76c5fc02b5d (patch)
tree40b427e79dade3e6687014e1c18b203c0d32ce72 /krebs/5pkgs/test
parent7546d33850319ac3e9d5b53ba2365177a76b3dd0 (diff)
k 5/test/infest-cac: add ca-bundle for python
Diffstat (limited to 'krebs/5pkgs/test')
-rw-r--r--krebs/5pkgs/test/infest-cac-centos7/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/5pkgs/test/infest-cac-centos7/default.nix b/krebs/5pkgs/test/infest-cac-centos7/default.nix
index b4e1e398..886e250e 100644
--- a/krebs/5pkgs/test/infest-cac-centos7/default.nix
+++ b/krebs/5pkgs/test/infest-cac-centos7/default.nix
@@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
chmod +x $out/bin/${shortname}
wrapProgram $out/bin/${shortname} \
--prefix PATH : ${path} \
- --set SSL_CERT_FILE ${./panel.cloudatcost.com.crt}
+ --set SSL_CERT_FILE ${./panel.cloudatcost.com.crt} \
+ --set REQUESTS_CA_BUNDLE ${./panel.cloudatcost.com.crt}
'';
meta = with stdenv.lib; {
homepage = http://krebsco.de;