pgsql: Add scripts for retrieving the cluster file encryption key

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Add scripts for retrieving the cluster file encryption key
Дата
Msg-id E1kt2vB-0006xR-Jf@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add scripts for retrieving the cluster file encryption key
Список pgsql-committers
Add scripts for retrieving the cluster file encryption key

Scripts are passphrase, direct, AWS, and two Yubikey ones.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d7602afa2ef6d8b2018103dccd89e75b4985ac06

Modified Files
--------------
src/backend/Makefile                         | 12 +++++
src/backend/crypto/ckey_aws.sh.sample        | 50 ++++++++++++++++++
src/backend/crypto/ckey_direct.sh.sample     | 37 ++++++++++++++
src/backend/crypto/ckey_passphrase.sh.sample | 33 ++++++++++++
src/backend/crypto/ckey_piv_nopin.sh.sample  | 63 +++++++++++++++++++++++
src/backend/crypto/ckey_piv_pin.sh.sample    | 76 ++++++++++++++++++++++++++++
src/backend/crypto/ssl_passphrase.sh.sample  | 33 ++++++++++++
7 files changed, 304 insertions(+)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: fix SGML markup for pg_alterckey from commit 62afb42a7f
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Add pg_alterckey utility to change the cluster key