Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1be307 commit 1877c9aCopy full SHA for 1877c9a
src/test/ssl/Makefile
@@ -91,7 +91,7 @@ ssl/client.crt: ssl/client.key ssl/client_ca.crt
91
openssl x509 -in ssl/temp.crt -out ssl/client.crt # to keep just the PEM cert
92
rm ssl/client.csr ssl/temp.crt
93
94
-# Client certificate with multi-parth DN, signed by the client CA:
+# Client certificate with multi-part DN, signed by the client CA:
95
ssl/client-dn.crt: ssl/client-dn.key ssl/client_ca.crt
96
openssl req -new -key ssl/client-dn.key -out ssl/client-dn.csr -config client-dn.config
97
openssl ca -name client_ca -batch -out ssl/temp.crt -config cas.config -infiles ssl/client-dn.csr
0 commit comments