I've got a Linux based application (Java) that connects to an external database (PostgreSQL) in the same LAN.
However, due the sensitiveness of the database contents I would like to avoid the admins from the application server (root users) to open the configuration file and see the database password contained inside the file.
Is there any alternative or passwordless method to connect? My primary though is something such as SSL certificates.
Thanks in advance,