Re: Passphrase protected SSL key and reloads

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Passphrase protected SSL key and reloads
Дата
Msg-id 013a21e7-75aa-2a68-1747-d13fa6246625@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Passphrase protected SSL key and reloads  (Joe Conway <mail@joeconway.com>)
Список pgsql-docs
On 2019-04-24 13:22, Joe Conway wrote:
>>   "Using a passphrase also disables the ability to change the server's
>>    SSL configuration without a server restart."
>>
>> But as of pg11 we have ssl_passphrase_command_supports_reload, which as
>> I understand it should allow this if the passphrase command is not
>> interactive. Per
>> https://www.postgresql.org/docs/11/runtime-config-connection.html#GUC-SSL-PASSPHRASE-COMMAND-SUPPORTS-RELOAD
>>
>>   "Setting this parameter to true might be appropriate if the passphrase
>>    is obtained from a file, for example."
>>
>> Am I misunderstanding, or was the former quote missed when updating the
>> docs for pg11?

Right, that should be amended.  I suspect the next sentence

   Furthermore, passphrase-protected private keys cannot be used at all
   on Windows.

is also related to this.  Can someone comment on this?

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



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

Предыдущее
От: Awad Mackie
Дата:
Сообщение: Re: REFRESH MATERIALIZED VIEW CONCURRENTLY interaction with ORDER BY
Следующее
От: Joe Conway
Дата:
Сообщение: Re: SET ROLE documentation not entirely correct