SSL and USER_CERT_FILE round 2

From: pgsql(at)mohawksoft(dot)com
To: pgsql-hackers(at)postgresql(dot)org
Subject: SSL and USER_CERT_FILE round 2
Date: 2008-05-15 14:25:09
Message-ID: 49247.24.60.196.157.1210861509.squirrel@mail.mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Adding "sslkey" and "sslcert" to the PQconnectdb connection string.

After some discussion, I think it is more appropriate to add the key/cert
file for SSL into the connect string. For example:

PQconnectdb("host=foo dbname=bar sslmode=require
sslkey=/opt/myapp/share/keys/client.key
sslcert=/opt/myapp/share/keys/client.crt");

Any comments?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2008-05-15 14:28:28 Re: [rfc,patch] PL/Proxy in core
Previous Message Steve Atkins 2008-05-15 14:17:28 Re: SSL and USER_CERT_FILE