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

Set the SSL CA file for Postgres clients.

parent d799fdee
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment