PostgreSQL への localhost 接続で 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 に変更します。