README: pre-generate parallel

This commit is contained in:
Sven Seeberg 2020-10-28 17:36:14 +01:00
parent c0117869b3
commit 76ee2fdd9e
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5

View file

@ -63,3 +63,4 @@ The script uses the following parameters: `./generate_hashes.sh FILE_USERNAMES E
`EVENT_ID` should be the already existing token of an event.
`VOTING_ROUNDS` is the maximum number of expected voting rounds. To be sure, generate IDs for more rounds than expected.
The script expects the client key and certificate to be located in the same directory and to be named `client.key` and `client.crt`. Edit the script, if you need to change this. Also, the host URL is set in a variable within the script.
If there are huge amounts of hashes that need to be generated, split the files with user names into smaller files, and run the script in parallel.