Você deve instalar o certificado para PostgreSQL ao ativar o TLS em conexões de host local com o PostgreSQL.

Procedimento

  1. Copie o arquivo cert.pem para /storage/db/vcops/vpostgres/data/server.key.
  2. Copie o arquivo cert.cert para /storage/db/vcops/vpostgres/data/server.crt.
  3. Execute o comando chmod 600 /storage/db/vcops/vpostgres/data/server.key.
  4. Execute o comando chmod 600 /storage/db/vcops/vpostgres/data/server.crt.
  5. Execute os comandos chown postgres /storage/db/vcops/vpostgres/data/server.crt e para alterar a propriedade dos arquivos server.crt e server.key de root para postgres{ chown postgres /storage/db/vcops/vpostgres/data/server.key.