The idea is:
Allow uploading a custom CA certificate for Postgres credentials
My use case:
I’m using Cloud n8n, and I have a Postgres hosted on GCP Cloud SQL that I’d like nodes to interact with. By default, every Cloud SQL instance has its own CA, so that it doesn’t have to be added to DNS. To establish secure SSL connections, the client has to have the certificate for the CA, and use verify-ca mode.
I think it would be beneficial to add this because:
Supporting nodes connecting to GCP Cloud SQL would be very useful.