aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-08-01 00:21:27 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-08-01 00:26:53 +0900
commitbb4ba4abe2ff9ad46802c0a89fc72856ea9e35bd (patch)
tree93f26ce5e30a96faa4a560d49e0384d40fdb351b /env
parent9058407773e850fc0b6f551ddebb44198b83b1eb (diff)
before: Add nss-certs settings.
Diffstat (limited to 'env')
-rw-r--r--env3
1 files changed, 3 insertions, 0 deletions
diff --git a/env b/env
new file mode 100644
index 0000000..d45f32d
--- /dev/null
+++ b/env
@@ -0,0 +1,3 @@
+SSL_CERT_DIR=/run/current-system/profile/etc/ssl/certs
+SSL_CERT_FILE=/run/current-system/profile/etc/ssl/certs/ca-certificates.crt
+GIT_SSL_CAINFO=/run/current-system/profile/etc/ssl/certs/ca-certificates.crt