File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ cert.pem:
70
70
openssl genrsa 2048 > rootCA.key.pem
71
71
openssl req -x509 -new -batch -config test.rootCA.conf -key rootCA.key.pem -days 1024 > rootCA.cert.pem
72
72
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
74
74
openssl genrsa -passout pass:test123! 2048 > key_encrypted.pem
75
75
openssl req -new -batch -config test.conf -key key_encrypted.pem | openssl x509 -days 3650 -req -signkey key_encrypted.pem > cert_encrypted.pem
76
76
openssl genrsa -aes256 -passout pass:test012! 2048 > client_encrypted.key.pem
You can’t perform that action at this time.
0 commit comments