Relates to:
* https://github.com/pgbouncer/pgbouncer/issues/77
* https://github.com/pgbouncer/pgbouncer/issues/70
-------------
HBA configuration file to use when `auth_type`_ is ``hba``.
+Supported from version 1.7 onwards.
Default: not set
Actual auth type is loaded from `auth_hba_file`_. This allows different
authentication methods different access paths. Example: connection
over unix socket use ``peer`` auth method, connection over TCP
- must use TLS.
+ must use TLS. Supported from version 1.7 onwards.
cert
Client must connect over TLS connection with valid client cert.