correct certificate path
This commit is contained in:
parent
4125a0c38a
commit
11353bdd8e
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ exec s6-setuidgid postgres postgres \
|
|||
-D $PGDATA \
|
||||
-c listen_addresses='*' \
|
||||
-c ssl=on \
|
||||
-c ssl_cert_file="/etc/ssl/lib/postgresql/${CERT_DOMAIN}.crt" \
|
||||
-c ssl_cert_file="/etc/ssl/postgresql/${CERT_DOMAIN}.crt" \
|
||||
-c ssl_key_file="/etc/ssl/postgresql/${CERT_DOMAIN}.key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue