Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 7 lines 234 B view raw
1export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt 2 3# compatibility 4# - openssl 5export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt 6# - Haskell x509-system 7export SYSTEM_CERTIFICATE_PATH=@out@/etc/ssl/certs/ca-bundle.crt