Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4990b4b

Browse files
committed
Fix problems with SSLSlientServerTest.* tests
1 parent 5064373 commit 4990b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cert.pem:
6767
openssl req -new -batch -config test.conf -key key.pem | openssl x509 -days 3650 -req -signkey key.pem > cert.pem
6868
openssl req -x509 -config test.conf -key key.pem -sha256 -days 3650 -nodes -out cert2.pem -extensions SAN
6969
openssl genrsa 2048 > rootCA.key.pem
70-
openssl req -x509 -new -batch -config test.rootCA.conf -key rootCA.key.pem -days 1024 > rootCA.cert.pem
70+
openssl req -x509v1 -new -batch -config test.rootCA.conf -key rootCA.key.pem -days 1024 > rootCA.cert.pem
7171
openssl genrsa 2048 > client.key.pem
7272
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
7373
openssl genrsa -passout pass:test123! 2048 > key_encrypted.pem

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /