mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
SSL improvements:
o read global SSL configuration file o add GUC "ssl_ciphers" to control allowed ciphers o add libpq environment variable PGSSLKEY to control SSL hardware keys Victor B. Wagner
This commit is contained in:
@ -74,6 +74,7 @@
|
||||
|
||||
#authentication_timeout = 1min # 1s-600s
|
||||
#ssl = off # (change requires restart)
|
||||
#ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # List of ciphers to use
|
||||
#password_encryption = on
|
||||
#db_user_namespace = off
|
||||
|
||||
|
Reference in New Issue
Block a user