diff options
author | makefu <makefu@nixos.dev> | 2016-01-18 17:22:14 +0100 |
---|---|---|
committer | makefu <makefu@nixos.dev> | 2016-01-18 17:22:14 +0100 |
commit | a3d2a86e38c4c9cf710be041e94791f046493f01 (patch) | |
tree | 6be28e50fae2eba637306ba143d6657992c6d6ef /krebs/5pkgs/test/infest-cac-centos7/default.nix | |
parent | 18ec8f67af2d36d420b0f3b79852cc9bd8de7f3f (diff) |
k 5 test: add cac panel crt
Diffstat (limited to 'krebs/5pkgs/test/infest-cac-centos7/default.nix')
-rw-r--r-- | krebs/5pkgs/test/infest-cac-centos7/default.nix | 3 |
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 7f2e3f231..b4e1e3987 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; |