我正在尝试配置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/
发布评论
评论(1)
这些是 Postgres 服务器端证书,它们的创建和设置记录在官方文档中 手册
Those are Postgres server-side certificates, and their creation and setup is documented in the official manual