You must edit the postgresql.conf file to enable TLS on localhost connections to PostgreSQL.
Procedure
- ♦ Edit the postgresql.conf file at /storage/db/vcops/vpostgres/data/ and make the following changes:
- Set
ssl = on
. - Set
ssl_cert_file = 'server.crt'
. - Set
ssl_key_file = 'server.key'
.
- Set