Re: [HACKERS] PostgreSQL configurable SSL key checking

2005-09-05 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > On Mon, Sep 05, 2005 at 09:03:06PM +0200, Simon de Hartog wrote: >> How can I use this certificate and key for PostgreSQL (without copying >> the key and changing owner and permissions etc, because then the whole >> idea of centrally coordinated certific

Re: [HACKERS] PostgreSQL configurable SSL key checking

2005-09-05 Thread Alvaro Herrera
On Mon, Sep 05, 2005 at 03:27:01PM -0400, Alvaro Herrera wrote: > On Mon, Sep 05, 2005 at 09:03:06PM +0200, Simon de Hartog wrote: > > > I have added all the users these applications run as to a group called > > "ssl". Permissions on the private key are owned by root, group ssl, > > protection rw-

Re: [HACKERS] PostgreSQL configurable SSL key checking

2005-09-05 Thread Alvaro Herrera
On Mon, Sep 05, 2005 at 09:03:06PM +0200, Simon de Hartog wrote: > I have added all the users these applications run as to a group called > "ssl". Permissions on the private key are owned by root, group ssl, > protection rw-r- (640). When I tell PostgreSQL to use this key with > certificate (b

Re: [HACKERS] PostgreSQL configurable SSL key checking

2005-09-05 Thread Tom Lane
Simon de Hartog <[EMAIL PROTECTED]> writes: > I have added all the users these applications run as to a group called > "ssl". Permissions on the private key are owned by root, group ssl, > protection rw-r- (640). When I tell PostgreSQL to use this key with > certificate (by using symlinks from

[HACKERS] PostgreSQL configurable SSL key checking

2005-09-05 Thread Simon de Hartog
Hi, I tried sending this mail to pgadmin, but nobody could find a solution to my problem. So I changed my problem into a suggestion and I was hoping I am at the right place for it here :-) Original Message Subject: Postgres using SSL connections Date: Thu, 25 Aug 2005 20:27:18 +