Debe instalar el certificado de PostgreSQL al activar TLS en conexiones de host local a PostgreSQL.

Procedimiento

  1. Copie el archivo cert.pem en /storage/db/vcops/vpostgres/data/server.key.
  2. Copie el archivo cert.pem en /storage/db/vcops/vpostgres/data/server.crt.
  3. Ejecute el comando chmod 600 /storage/db/vcops/vpostgres/data/server.key.
  4. Ejecute el comando chmod 600 /storage/db/vcops/vpostgres/data/server.crt.
  5. Ejecute los comandos chown postgres /storage/db/vcops/vpostgres/data/server.key y chown postgres /storage/db/vcops/vpostgres/data/server.crt para cambiar la propiedad de los archivos server.crt y server.key de root a postgres.