아래에서는 Postgres 암호화-민첩성 구성에 대해 설명합니다.

  • Postgres 암호 설정 파일의 위치:
    /data/db/postgresql.conf 
    #ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
    
  • 수정 사항을 게시하고, 다음 명령을 사용하여 장치에서 Postgres 서비스를 다시 시작합니다.
    sudo service postgresql restart