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
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