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
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