简体   繁体   English

如何获得 Heroku 的 PostgreSQL SSL 客户端配置文件?

[英]How can I get Heroku's PostgreSQL SSL Client Configuration Files?

I want to connect my PostgreSQL database to Data Studio and it requires the PostgreSQL SSL Client Configuration Files:我想将我的 PostgreSQL 数据库连接到 Data Studio,它需要 PostgreSQL SSL 客户端配置文件:

  • Server certificate服务器证书
  • Client certificate客户证书
  • Client private客户私人

I haven't been able to find them on Heroku's platform so far.到目前为止,我还无法在 Heroku 的平台上找到它们。

I would appreciate it if someone could help.如果有人可以提供帮助,我将不胜感激。

Thanks in advance!提前致谢!

These PKI components are not available unless you're using private or shield tier databases.除非您使用privateshield层数据库,否则这些 PKI 组件不可用。 If you are, you can likely have Data Studio make use of Mutual TLS to connect to your postgres instance.如果是,您可以让 Data Studio 使用相互 TLS 连接到您的 postgres 实例。 Documentation for that is here文档 在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM