5 lines
202 B
Bash
5 lines
202 B
Bash
use_flake
|
|
export PGSSLROOTCERT=~/.config/home/postgresql_server.crt
|
|
export PGSSLMODE=verify-ca
|
|
export PGSSLCERT=~/.config/home/postgresql_client.crt
|
|
export PGSSLKEY=~/.config/home/postgresql_client.key
|