In a simple HelloWorld app using JDBC to make a connection to the Managed PostgreSQL servers by Digital Ocean, where does one place the downloaded ca-certificate.crt
file downloaded from their "Getting Started" page?
I assume the JDBC driver needs access to the certificate to make an encrypted SSL (TLS) connection to the database server. But how do I make the certificate available to the JDBC driver during development and at deployment?