下面介绍了 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