SSL passphrase prompt external command - Mailing list pgsql-hackers

From Peter Eisentraut
Subject SSL passphrase prompt external command
Date
Msg-id 6c2a28cd-a064-44ef-b1de-9aa30a231cff@2ndquadrant.com
Whole thread Raw
Responses Re: SSL passphrase prompt external command  (Robert Haas <robertmhaas@gmail.com>)
Re: SSL passphrase prompt external command  (Daniel Gustafsson <daniel@yesql.se>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Translations contributions urgently needed
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] SERIALIZABLE with parallel query