在 localhost 至 PostgreSQL 连接上启用 TLS 后,您必须安装适用于 PostgreSQL 的证书。
过程
- 将 cert.pem 文件复制到 /storage/db/vcops/vpostgres/data/server.key。
- 将 cert.cert 文件复制到 /storage/db/vcops/vpostgres/data/server.crt。
- 运行 chmod 600 /storage/db/vcops/vpostgres/data/server.key 命令。
- 运行 chmod 600 /storage/db/vcops/vpostgres/data/server.crt 命令。
- 运行 chown postgres /storage/db/vcops/vpostgres/data/server.key 和 chown postgres /storage/db/vcops/vpostgres/data/server.crt 命令,以将 server.crt 和 server.key 文件的所有权从 root 更改为 postgres。