简体   繁体   English

AWS PostgreSQL RDS 服务器证书、客户端证书和客户端私钥在哪里?

[英]Where is the AWS PostgreSQL RDS Server certificate, client certificate & client private key?

I am having a problem connecting AWS (Amazon Web Services) RDS (Relational Database Service) PostgreSQL instance with Google Data Studio.我在将 AWS (Amazon Web Services) RDS (Relational Database Service) PostgreSQL 实例与 Google Data Studio 连接时遇到问题。

My RDS is a private DB, when I try to connect my RDS with GDS it's asking for:我的 RDS 是一个私有数据库,当我尝试将我的 RDS 与 GDS 连接时,它要求:

  • Server certificate服务器证书
  • Client certificate客户证书
  • Client private key.客户端私钥。

Where can I find those credentials?我在哪里可以找到这些凭据?

GDS PostgreSQL 连接器

You can get the CA cert (apparently called server cert in that iterface) at this link , linked to from this doc .您可以在此链接中获取 CA 证书(在该 iterface 中显然称为服务器证书),链接到此文档

As far as I can tell, RDS does not support client certs, so there is nothing to enter in the other two fields.据我所知,RDS 不支持客户端证书,因此在其他两个字段中无需输入任何内容。 Those ones should be optional.那些应该是可选的。

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

相关问题 如何配置基于x509客户端证书的身份验证以连接到基于AWS RDS的PostgreSQL - How to configure x509 client certificate based authentication to connect to AWS RDS based PostgreSQL 带证书的 Nifi 和 Postgresql:如何设置客户端证书和密钥? - Nifi and Postgresql with certificate: how to set client certificate and key? 不提供证书的AWS RDS Postgresql Connect - AWS RDS Postgresql Connect Without Providing Certificate PostgreSQL 连接需要有效的客户端证书 - PostgreSQL connection require a valid client certificate 如何使用 OpenSSL 为 Postgresql DB 的多个用户创建客户端证书? - How to create client certificate for multiple users for Postgresql DB with OpenSSL? 连接到Postgres AWS RDS实例 - “证书验证失败” - Connecting to Postgres AWS RDS Instance - “certificate verify failed” 2020年AWS RDS公有证书更新准备(Postgres) - Preparing for renewal of AWS RDS public certificate in 2020 (Postgres) 部署 postgresql docker 与 ssl 证书和密钥与卷 - Deploying postgresql docker with ssl certificate and key with volumes Npgsql Visual Studio客户端SSL证书 - Npgsql Visual Studio Client SSL certificate psql:致命:连接需要有效的客户端证书 - psql: FATAL: connection requires a valid client certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM