diff options
Diffstat (limited to 'tools/postgresql.html')
-rw-r--r-- | tools/postgresql.html | 5 |
1 files changed, 3 insertions, 2 deletions
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 |