SSL and USER_CERT_FILE round 2

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема SSL and USER_CERT_FILE round 2
Дата
Msg-id 49247.24.60.196.157.1210861509.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответы Re: SSL and USER_CERT_FILE round 2  (Andrew Dunstan <andrew@dunslane.net>)
Список 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?





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Adding variables for segment_size, wal_segment_size and block sizes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [rfc,patch] PL/Proxy in core