在哪里获取/生成用于 new relic postgres 集成的 SSL 文件

发布于 2025-01-17 18:43:18 字数 526 浏览 1 评论 0 原文

我正在尝试配置new_relic集成以监视PostgreSQL数据库连接。配置选项之一是使用或不使用SSL,以及存储SSL文件的配置。该文档无法解释从哪里获得/如何生成这些文件。

一个人可以在哪里获取或生成这些SSL文件?

ENABLE_SSL: true
TRUST_SERVER_CERTIFICATE: false
SSL_CERT_LOCATION: <needed postgresql.crt>
SSL_ROOT_CERT_LOCATION: <needed root_cert.crt>
SSL_KEY_LOCATION: <needed postgresql.key>

有关参考,请参见:

I am trying to configure new_relic integration to monitor postgresql database connections. One of the configuration options is to either use or not use SSL, and configuration for where SSL files are stored. The documentation does not explain where to get/how to generate these files.

Where can one get, or generate these SSL files?

ENABLE_SSL: true
TRUST_SERVER_CERTIFICATE: false
SSL_CERT_LOCATION: <needed postgresql.crt>
SSL_ROOT_CERT_LOCATION: <needed root_cert.crt>
SSL_KEY_LOCATION: <needed postgresql.key>

For reference, see: https://docs.newrelic.com/docs/infrastructure/infrastructure-monitoring/infrastructure-security/infrastructure-security/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

顾北清歌寒 2025-01-24 18:43:18

这些是 Postgres 服务器端证书,它们的创建和设置记录在官方文档中 手册

Those are Postgres server-side certificates, and their creation and setup is documented in the official manual

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文