PostgreSQL への localhost 接続で TLS を有効にするには、postgresql.conf ファイルを編集する必要があります。
手順
- ♦ /storage/db/vcops/vpostgres/data/ にある postgresql.conf ファイルを編集し、次のような変更を加えます。
-
ssl = on
を設定します。 -
ssl_cert_file = 'server.crt'
を設定します。 -
ssl_key_file = 'server.key'
を設定します。
-