SSL passphrase prompt external command

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема SSL passphrase prompt external command
Дата
Msg-id 6c2a28cd-a064-44ef-b1de-9aa30a231cff@2ndquadrant.com
обсуждение исходный текст
Ответы Re: SSL passphrase prompt external command
Re: SSL passphrase prompt external command
Список pgsql-hackers
Here is a patch that adds a way to specify an external command for
obtaining SSL passphrases.  There is a new GUC setting
ssl_passphrase_command.

Right now, we rely on the OpenSSL built-in prompting mechanism, which
doesn't work in some situations, including under systemd.  This patch
allows a configuration to make that work, e.g., with systemd-ask-password.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Translations contributions urgently needed
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] SERIALIZABLE with parallel query