PostgreSQL への localhost 接続で TLS を有効にするには、postgresql.conf ファイルを編集する必要があります。

手順

  • /storage/db/vcops/vpostgres/data/ にある postgresql.conf ファイルを編集し、次のような変更を加えます。
    1. ssl = on を設定します。
    2. ssl_cert_file = 'server.crt' を設定します。
    3. ssl_key_file = 'server.key' を設定します。