在 localhost 至 PostgreSQL 连接上启用 TLS 后,您必须安装适用于 PostgreSQL 的证书。

过程

  1. cert.pem 文件复制到 /storage/db/vcops/vpostgres/data/server.key
  2. cert.cert 文件复制到 /storage/db/vcops/vpostgres/data/server.crt
  3. 运行 chmod 600 /storage/db/vcops/vpostgres/data/server.key 命令。
  4. 运行 chmod 600 /storage/db/vcops/vpostgres/data/server.crt 命令。
  5. 运行 chown postgres /storage/db/vcops/vpostgres/data/server.keychown postgres /storage/db/vcops/vpostgres/data/server.crt 命令,以将 server.crtserver.key 文件的所有权从 root 更改为 postgres