2019-09-12 21:16:58 +02:00
|
|
|
export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
2021-07-08 19:08:05 +02:00
|
|
|
|
|
|
|
# compatibility
|
|
|
|
# - openssl
|
2019-09-12 21:16:58 +02:00
|
|
|
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
2021-07-08 19:08:05 +02:00
|
|
|
# - Haskell x509-system
|
|
|
|
export SYSTEM_CERTIFICATE_PATH=@out@/etc/ssl/certs/ca-bundle.crt
|