mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Compatibity with OpenSSL before 1.1.
This commit is contained in:
@@ -7,7 +7,7 @@ echo Setting up SSL for $n parties
|
||||
mkdir Player-Data
|
||||
|
||||
for i in `seq 0 $[n-1]`; do
|
||||
openssl req -nodes -x509 -out Player-Data/P$i.pem -keyout Player-Data/P$i.key -subj "/CN=P$i"
|
||||
openssl req -new -nodes -x509 -out Player-Data/P$i.pem -keyout Player-Data/P$i.key -subj "/CN=P$i"
|
||||
done
|
||||
|
||||
c_rehash Player-Data
|
||||
|
||||
Reference in New Issue
Block a user