> On 29 Mar 2021, at 21:50, Andrew Dunstan <[email protected]> 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/



Reply via email to