remove tls
This commit is contained in:
parent
11353bdd8e
commit
4f86519e76
6 changed files with 3 additions and 14 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
kill -s TERM $(head -1 ${PGDATA}/postmaster.pid)
|
|
@ -1,3 +1,3 @@
|
|||
local all all trust
|
||||
hostssl all all 0.0.0.0/0 md5
|
||||
host all all 0.0.0.0/0 md5
|
||||
host all all ::1/128 trust
|
||||
|
|
|
@ -2,7 +2,4 @@
|
|||
|
||||
exec s6-setuidgid postgres postgres \
|
||||
-D $PGDATA \
|
||||
-c listen_addresses='*' \
|
||||
-c ssl=on \
|
||||
-c ssl_cert_file="/etc/ssl/postgresql/${CERT_DOMAIN}.crt" \
|
||||
-c ssl_key_file="/etc/ssl/postgresql/${CERT_DOMAIN}.key"
|
||||
-c listen_addresses='*'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/etc/ssl/postgresql IN_ATTRIB /bin/restart-services
|
Loading…
Add table
Add a link
Reference in a new issue