Magnus Hagander wrote:
> This patch adds a configuration option to pg_hba.conf for "clientcert".
> This makes it possible to have different client certificate requirements
> on different connections. It also makes sure that if you specify that
> you want client cert verification and the root store isn't there, we
> give an error instead of silently allowing the user in (like we do now).
>
> This still does not implement actual client certificate validation -
> that's for a later step. It just cleans up the handling we have now.
Uh, with docs.
//Magnus