From d1416890bb0624c6f496010433c32ad7c1621b40 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Mon, 3 Oct 2016 18:54:20 +0100 Subject: tools postgresql configuration files revision --- tools/postgresql.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/postgresql.html') diff --git a/tools/postgresql.html b/tools/postgresql.html index ca31a4d..0399ec6 100644 --- a/tools/postgresql.html +++ b/tools/postgresql.html @@ -138,7 +138,7 @@ #ssl_prefer_server_ciphers = on # (change requires restart) #ssl_ecdh_curve = 'prime256v1' # (change requires restart) ssl_cert_file = '/etc/ssl/certs/pg.crt' # (change requires restart) - ssl_key_file = '/etc/ssl/keys/pg.key' # (change requires restart) + ssl_key_file = '/etc/ssl/keys/pg.key' # (change requires restart) #ssl_ca_file = '' # (change requires restart) #ssl_crl_file = '' # (change requires restart) password_encryption = on @@ -157,7 +157,8 @@ #local all all trust local all postgres ident # IPv4 local connections: - hostssl all all 127.0.0.1/32 md5 + host all all 127.0.0.1/32 trust + #hostssl all all 192.168.0.0/32 md5 # IPv6 local connections: #host all all ::1/128 trust # Allow replication connections from localhost, by a user with the -- cgit 1.4.1-2-gfad0