Подключение к Managed PG с TLS verify-full yc

Подключение через PgBouncer 6432 с YC CA; note: verify-full требует root.crt для проверки хоста

curl -s https://storage.yandexcloud.net/cloud-certs/CA.pem -o ~/.postgresql/root.crt && psql "host=<host> port=6432 sslmode=verify-full dbname=<name> user=<name> target_session_attrs=read-write"