summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/test/infest-cac-centos7/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-29 14:52:37 +0100
committermakefu <github@syntax-fehler.de>2016-01-29 14:52:37 +0100
commit7546d33850319ac3e9d5b53ba2365177a76b3dd0 (patch)
tree2d1b49475eb8fca1d951e2c0cf3504318edab511 /krebs/5pkgs/test/infest-cac-centos7/default.nix
parentf6a3c1f3d6b013641b077baf8ddb3a78e75d8b95 (diff)
parentd3b4d17255899800ec013dfd57e8298a56c1771e (diff)
Merge branch 'fix-cert': adds cac panel cert
Diffstat (limited to 'krebs/5pkgs/test/infest-cac-centos7/default.nix')
-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 7f2e3f23..b4e1e398 100644
--- a/krebs/5pkgs/test/infest-cac-centos7/default.nix
+++ b/krebs/5pkgs/test/infest-cac-centos7/default.nix
@@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
cp ${src} $out/bin/${shortname}
chmod +x $out/bin/${shortname}
wrapProgram $out/bin/${shortname} \
- --prefix PATH : ${path}
+ --prefix PATH : ${path} \
+ --set SSL_CERT_FILE ${./panel.cloudatcost.com.crt}
'';
meta = with stdenv.lib; {
homepage = http://krebsco.de;