I guess it should mention that setting the parameter to 1 is no longer required... and that the default is 1 for "cert".
On Thu, Jul 14, 2016 at 11:00 PM, Tom Lane <t...@sss.pgh.pa.us> wrote: > sri...@gmail.com writes: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.4/static/ssl-tcp.html > > Description: > > > 17.9.1. Using Client Certificates > > (https://www.postgresql.org/docs/9.4/static/ssl-tcp.html) > > > The first paragraph contains this line "...and set the clientcert > parameter > > to 1 on the appropriate hostssl line(s) in pg_hba.conf" which > isn't right > > for 9.4. > > Hmm, what do you think isn't right about it? > > ISTM there's an omission here, which is that it'd be useful to mention > that clientcert=1 is assumed for the "cert" authentication method. But > the text seems okay as far as it goes. > > regards, tom lane >