Merge pull request #129674 from hercules-ci/cacert-haskell-x509-system

cacert: Add Haskell x509-system compatibility
This commit is contained in:
Robert Hensing
2021-07-09 07:00:11 +02:00
committed by GitHub
+5 -1
View File
@@ -1,3 +1,7 @@
export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
# left for compatibility
# compatibility
# - openssl
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
# - Haskell x509-system
export SYSTEM_CERTIFICATE_PATH=@out@/etc/ssl/certs/ca-bundle.crt