From f6cb901890d82ccf1404900ab0d6d18f2fec6ffb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 30 Apr 2020 20:55:20 +0300 Subject: [PATCH] Set the SSL CA file for Postgres clients. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f068bbc..2a5bc7d 100644 --- a/.bashrc +++ b/.bashrc @@ -53,6 +53,7 @@ export LESS_TERMCAP_ue=$'\E[0m' export HELM_HOME="$HOME/.helm" export DOCKER_BUILDKIT=1 export COMPOSE_DOCKER_CLI_BUILD=1 +export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt alias ll='ls -lha' alias la='ls -AF' -- GitLab