您必须编辑 postgresql.conf 文件,以在 localhost 至 PostgreSQL 连接上激活 TLS。

过程

  • 编辑 /storage/db/vcops/vpostgres/data/ 处的 postgresql.conf 文件,并做以下更改:
    1. 设置 ssl = on
    2. 设置 ssl_cert_file = 'server.crt'
    3. 设置 ssl_key_file = 'server.key'