Setup Postgres with SSL

Description After Postgres is installed and an SSL certificate is acquired: 1. Open the postgresql.conf for editing as an administrator:Windows: C:\exacqVisionEsm\PostgreSQL\9.2\data\postgresql.confLinux: /usr/local/exacq/esm/PostgreSQL/9.2/data/postgresql.conf2. Locate the “# – Security and Authentication -” section:Replace it with:# – Security and Authentication – #authentication_timeout = 1min # 1s-600s ssl = on # (change requires restart) #ssl_ciphers = ‘DEFAULT:!LOW:!EXP:!MD5:@STRENGTH’ # allowed SSL ciphers # (change… Continue reading Setup Postgres with SSL