Postgres 的加密彈性組態如下所述。
- Postgres 密碼設定檔案的位置:
/data/db/postgresql.conf #ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
- 修改後,請使用下列命令重新啟動應用裝置中的 Postgres 服務:
sudo service postgresql restart
Postgres 的加密彈性組態如下所述。
/data/db/postgresql.conf #ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
sudo service postgresql restart