SSL connection between Postgres and the Daml Driver for PostgreSQL

Am I right to assume, that when I am starting up the Daml Driver, it suffices to add the ssl=true option to the connection string to enable SSL between the driver and the database as explained here: Connecting to the Database?

Of course, the Database also needs to be configured properly.

Yes, the JDBC driver establishes the connection and all properties are passed on as-is, including using a secure connection.