您必須編輯 postgresql.conf 檔案,以在 localhost 至 PostgreSQL 連線上啟用 TLS。
程序
- ♦ 編輯位於 /storage/db/vcops/vpostgres/data/ 的 postgresql.conf 檔案,並進行下列變更:
- 設定
ssl = on
。 - 設定
ssl_cert_file = 'server.crt'
。 - 設定
ssl_key_file = 'server.key'
。
- 設定
您必須編輯 postgresql.conf 檔案,以在 localhost 至 PostgreSQL 連線上啟用 TLS。
ssl = on
。 ssl_cert_file = 'server.crt'
。 ssl_key_file = 'server.key'
。