Crypto-agility configuration for Postgres is described below.

  • Location of the file for setting ciphers for Postgres:
    /data/db/postgresql.conf 
    #ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
    
  • Post modification, restart postgres service in the appliance by using the command:
    sudo service postgresql restart