- In a pg_hba.conf record specifying certificate
- authentication, the authentication option clientcert is
- assumed to be verify-ca or verify-full,
- and it cannot be turned off since a client certificate is necessary for this
- method. What the cert method adds to the basic
- clientcert certificate validity test is a check that the
- cn attribute matches the database user name.
+ It is redundant to use the clientcert option with
+ cert authentication because cert
+ authentication is effectively trust authentication
+ with clientcert=verify-full.