postgresql-container icon indicating copy to clipboard operation
postgresql-container copied to clipboard

Documentation how to use SSL in postgresql-container

Open phracek opened this issue 5 years ago • 1 comments

Since postgresql-container supports SSL verification we should document it.

phracek avatar Oct 04 '19 08:10 phracek

Related: https://github.com/sclorg/postgresql-container/pull/342

pkubatrh avatar Oct 04 '19 08:10 pkubatrh

Hello folks, I've created this PR #505 Please review and let me know if helps this out. Cheers

mrbrandao avatar Mar 31 '23 14:03 mrbrandao

The documentation suggests how to enable ssl, but no how to enforce.

To do it the lines

host all all

should be changed to

hostssl all all

somehow for example in

https://github.com/sclorg/postgresql-container/blob/6b555abbaed32b8aae786e74da274c32610fb386/15/root/usr/share/container-scripts/postgresql/common.sh#L227

rgordill avatar May 15 '23 23:05 rgordill