Ad Widget

Collapse

PostgreSQL Database Connection using Certificates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rpatter858
    Junior Member
    • Aug 2017
    • 1

    #1

    PostgreSQL Database Connection using Certificates

    Can the Zabbix Application be configured to connect to the Zabbix PostgreSQL Database using SSL certificates instead of passwords?

    Our security requirements for our pg_hba.conf file uses certificates not passwords,

    Example:
    TYPE DATABASE USER ADDRESS METHOD
    hostssl zabbixdb zabbix localhost cert clientcert=1 map=localmap
Working...