Você deve instalar o certificado para PostgreSQL ao ativar o TLS em conexões de host local com o PostgreSQL.
Procedimento
- Copie o arquivo cert.pem para /storage/db/vcops/vpostgres/data/server.key.
- Copie o arquivo cert.cert para /storage/db/vcops/vpostgres/data/server.crt.
- Execute o comando chmod 600 /storage/db/vcops/vpostgres/data/server.key.
- Execute o comando chmod 600 /storage/db/vcops/vpostgres/data/server.crt.
- 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.