Re: Configuring only SSL in postgres docker image

2020-08-03 Thread Paul Förster
Hi Shankar, > On 03. Aug, 2020, at 22:01, Shankar Bhaskaran wrote: > I am trying to enable ssl on postgres docker image . The postgres image > should only support SSL . I did configure the command:" -c ssl=on -c > ssl_key_file=/opt/postgresql/server.key -c > ssl_cert_file=/opt/postgresql/ser

Configuring only SSL in postgres docker image

2020-08-03 Thread Shankar Bhaskaran
Hi , I am trying to enable ssl on postgres docker image . The postgres image should only support SSL . I did configure the command:" -c ssl=on -c ssl_key_file=/opt/postgresql/server.key -c ssl_cert_file=/opt/postgresql/server.crt" in the docker compose file. I also added the following entry in