2020-04-24 23:36:52 +00:00
|
|
|
export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
2021-07-21 07:28:18 +00:00
|
|
|
|
|
|
|
# compatibility
|
|
|
|
# - openssl
|
2020-04-24 23:36:52 +00:00
|
|
|
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
2021-07-21 07:28:18 +00:00
|
|
|
# - Haskell x509-system
|
|
|
|
export SYSTEM_CERTIFICATE_PATH=@out@/etc/ssl/certs/ca-bundle.crt
|