Skip to content

Commit 22458d3

Browse files
committed
Fix typo
1 parent c44ef2a commit 22458d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cert.pem:
7070
openssl genrsa 2048 > rootCA.key.pem
7171
openssl req -x509 -new -batch -config test.rootCA.conf -key rootCA.key.pem -days 1024 > rootCA.cert.pem
7272
openssl genrsa 2048 > client.key.pem
73-
openssl req -new -batch -config test.conf -key client.key.pem| openssl x509 -days 370 -req -CA rootCA.cert.pem -CAkey rootCA.key.pem -CAcreateserial > client.cert.pem
73+
openssl req -new -batch -config test.conf -key client.key.pem | openssl x509 -days 370 -req -CA rootCA.cert.pem -CAkey rootCA.key.pem -CAcreateserial > client.cert.pem
7474
openssl genrsa -passout pass:test123! 2048 > key_encrypted.pem
7575
openssl req -new -batch -config test.conf -key key_encrypted.pem | openssl x509 -days 3650 -req -signkey key_encrypted.pem > cert_encrypted.pem
7676
openssl genrsa -aes256 -passout pass:test012! 2048 > client_encrypted.key.pem

0 commit comments

Comments
 (0)