one client with multiple ssl cert connections to different databases

From: Megan <nagemnna(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: one client with multiple ssl cert connections to different databases
Date: 2013-07-01 17:03:28
Message-ID: CACMA5-zx1EDA7tfkydbVeBTq88hFUcb4Jwq9aFYfw-Q6pMF-gQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Good Day All

I setup my postgres servers to allow certificate authentication. Right now
I have two database servers and one application server. Users are only
allowed to connect into the application server, invoke psql, then connect
into which ever database server they want. I have the keys and certs for
db server 1 in their .postgresql folder under their home and it works fine,
but i can't figure out how to properly setup the environment so that they
can connect into either db server with the keys. I tried to merge the
key/cert files in their .postgresql directory with info for both db servers
but that didn't work. I feel like there is an obvious solution to this
that I can't see. Any ideas?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Magnus Hagander 2013-07-01 17:08:44 Re: one client with multiple ssl cert connections to different databases
Previous Message David Johnston 2013-07-01 16:46:04 Re: How was I able to drop a role even though objects depend on it?