Re: pgsql: Allow matching the DN of a client certificate for authentication - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Allow matching the DN of a client certificate for authentication
Date
Msg-id BFFA1D8B-3D33-454B-A0D5-BF72E0F7895C@yesql.se
Whole thread Raw
In response to pgsql: Allow matching the DN of a client certificate for authentication  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
> On 29 Mar 2021, at 21:50, Andrew Dunstan <andrew@dunslane.net> wrote:
>
> Allow matching the DN of a client certificate for authentication

A small typo snuck in with this commit:

diff --git a/src/test/ssl/Makefile b/src/test/ssl/Makefile
index 0d6d237e7c..ecc3fe1f2e 100644
--- a/src/test/ssl/Makefile
+++ b/src/test/ssl/Makefile
@@ -235,7 +235,7 @@ ssl/client.crt: ssl/client.key ssl/client_ca.crt
        rm ssl/client.csr ssl/temp.crt


-# Client certificate with multi-parth DN, signed by the client CA:
+# Client certificate with multi-part DN, signed by the client CA:
 ssl/client-dn.crt: ssl/client-dn.key ssl/client_ca.crt
        openssl req -new -key ssl/client-dn.key -out ssl/client-dn.csr -config client-dn.config
        openssl ca -name client_ca -batch -out ssl/temp.crt -config cas.config -infiles ssl/client-dn.csr

--
Daniel Gustafsson        https://vmware.com/




pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Rename Default Roles to Predefined Roles
Next
From: Tom Lane
Date:
Subject: pgsql: Rethink handling of pass-by-value leaf datums in SP-GiST.