Skip to content

Commit 1877c9a

Browse files
committed
Fix typo in 6d7a6fe
Per gripe from Daniel Gustafsson
1 parent b1be307 commit 1877c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ssl/client.crt: ssl/client.key ssl/client_ca.crt
9191
openssl x509 -in ssl/temp.crt -out ssl/client.crt # to keep just the PEM cert
9292
rm ssl/client.csr ssl/temp.crt
9393

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

0 commit comments

Comments
 (0)