Hi,
any doc describing what in subject?
It should basically boil down to:
- update
postgresql.conf: ssl=on... set cert and key file names
- upload
cert and key files in the image
- update
pg_hba.conf with hostssl ...
But, where in the image filesystem should I put postgresql.conf and pg_hba.conf? What ever iss in /var/lib/postgresql/data/ is ovewritten. I can set arguments to docker run... but I need to run this on kubernetes and would like to have that in a custom image. Also, some customisation can be done via POSTGRES_HOST_AUTH_METHOD, but I cannot use that for SSL.
Therefore the question in subject. Can anybody help?
Cheers,
Andrea