Re: SSL and USER_CERT_FILE round 2

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: SSL and USER_CERT_FILE round 2
Дата
Msg-id 482C5B26.6060605@dunslane.net
обсуждение исходный текст
Ответ на SSL and USER_CERT_FILE round 2  (pgsql@mohawksoft.com)
Ответы Re: SSL and USER_CERT_FILE round 2  (pgsql@mohawksoft.com)
Список pgsql-hackers

pgsql@mohawksoft.com wrote:
> 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?
>
>   

I think if you're going to provide for these then you should also 
provide for the CA cert and CRL.

Otherwise, it seems sensible.

cheers

andrew


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

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: [rfc,patch] PL/Proxy in core
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: bloated heapam.h