I have a Postgres server with a user dev
which requires a client certificate to log in. I'm using the command psql "sslmode=require user=dev host=db.prod"
, which gives me psql: FATAL: connection requires a valid client certificate
.
I know where the certificate is on my server. My question is, how do I specify the client certificate location to psql
?