diff options
author | Silvino Silva <silvino@bk.ru> | 2016-10-03 22:47:17 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-10-03 22:47:17 +0100 |
commit | e6d81cddaba6e3a1583a193ddf1b7405fbdd9889 (patch) | |
tree | 97324d96732a92afd4cf477e6c453f5bb5bc37b6 /tools/postgresql.html | |
parent | bfb2fc069a1dcfd348cd02443700a8217b5567c3 (diff) | |
parent | d1416890bb0624c6f496010433c32ad7c1621b40 (diff) | |
download | doc-e6d81cddaba6e3a1583a193ddf1b7405fbdd9889.tar.gz |
Merge branch 'b-postgresql' into r-0.2.3
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 |