Re: controlling the location of server-side SSL files

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: controlling the location of server-side SSL files
Дата
Msg-id 1325540980.15294.16.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: controlling the location of server-side SSL files  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: controlling the location of server-side SSL files  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On mån, 2012-01-02 at 15:47 +0100, Magnus Hagander wrote:
> Were you thinking one option pointing to a directory or one option per
> file?

One option per file:

ssl_cert_file
ssl_key_file
ssl_ca_file
ssl_crl_file

This is very similar to the configuration of, for example, Apache,
Dovecot, Postfix, so it should be quite familiar to administrators.  It
also mirrors that we have libpq options to set these things on the
client side.  (We use the term "root certificate" in libpq, but I think
"CA" is more commonly used in these situations.  Not sure.)




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: backup_label during crash recovery: do we know how to solve it?