Skip to content
Snippets Groups Projects
Commit 6c23b092 authored by nimrod's avatar nimrod
Browse files

Set the SSL CA file for Postgres clients.

parent 82725a10
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ export LESS_TERMCAP_ue=$'\E[0m' ...@@ -53,6 +53,7 @@ export LESS_TERMCAP_ue=$'\E[0m'
export HELM_HOME="$HOME/.helm" export HELM_HOME="$HOME/.helm"
export DOCKER_BUILDKIT=1 export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1 export COMPOSE_DOCKER_CLI_BUILD=1
export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt
alias ll='ls -lha' alias ll='ls -lha'
alias la='ls -AF' alias la='ls -AF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment