Connect a Google CloudSQL Postgres database to Data Studio

你说的曾经没有我的故事 提交于 2019-12-06 16:27:42

Eventually it turns out that just changing the format of the client key works. The reason the above didn't work was that the command to change the format was wrong.

It should be: openssl pkcs8 -topk8 -inform PEM -outform PEM -in client-key.pem -out client-key.key -nocrypt (notice the PEM instead of DER parameter that is posted in the question).

So Data Studio connection works! Happy days!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!