postgresql-container
postgresql-container copied to clipboard
Documentation how to use SSL in postgresql-container
Since postgresql-container supports SSL verification we should document it.
Related: https://github.com/sclorg/postgresql-container/pull/342
Hello folks, I've created this PR #505 Please review and let me know if helps this out. Cheers
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