Currently psql only supports SSL connections by
loading SSL certificates from files on disk.
But for example in cases where I need to create a logical replication subscription from a managed PostgreSQL instance, I can’t put certificates on disk.
Can I somehow connect to instance A via psql and tell it to make subscription to instance B using inlined SSL cert values that I passed to psql?
I found that golang PostgreSQL client support this.