Skip to content

Commit

Permalink
tests bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jul 29, 2024
1 parent 65270f4 commit 251cdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/fl/fl/setup_test_no_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,6 @@ openssl req -new -key key.key -out csr.csr -config ../../csr.conf -extensions v3
openssl x509 -req -in csr.csr -CA ../../ca/root.crt -CAkey ../../ca/root.key \
-CAcreateserial -out crt.crt -days 36500 -sha384 -extensions v3_client_crt -extfile ../../csr.conf
rm csr.csr
mkdir ../ca_cert
cp -r ../../ca/root.crt ../ca_cert/root.crt
cd ../..
1 change: 1 addition & 0 deletions examples/fl_post/fl/setup_test_no_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ openssl req -new -key key.key -out csr.csr -config ../../csr.conf -extensions v3
openssl x509 -req -in csr.csr -CA ../../ca/root.crt -CAkey ../../ca/root.key \
-CAcreateserial -out crt.crt -days 36500 -sha384 -extensions v3_client_crt -extfile ../../csr.conf
rm csr.csr
mkdir ../ca_cert
cp -r ../../ca/root.crt ../ca_cert/root.crt
cd ../..

0 comments on commit 251cdd1

Please sign in to comment.