PostgreSQL への localhost 接続で 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.key コマンドと chown postgres /storage/db/vcops/vpostgres/data/server.crt コマンドを実行して、ファイル server.crtserver.key の所有権を root から postgres に変更します。