ssl_passphrase_command
A parameter defining the command to be invoked when an SSL passphrase is needed
ssl_passphrase_command
is a configuration parameter defining an external command to be invoked when a passphrase for decrypting an SSL file such as a private key needs to be obtained.
ssl_passphrase_command
was added in PostgreSQL 11.
Default value
The default value for ssl_passphrase_command
is: ''
(empty string).
Change history
- PostgreSQL 13
- now only available to superusers and members of the default role
pg_read_all_settings
(commit 81472785)
- now only available to superusers and members of the default role
- PostgreSQL 11
- added (commit 8a3d9425)
References
- PostgreSQL documentation: ssl_passphrase_command